Самый простой способ установить последнюю стабильную версию FreeCAD - использовать программу установки:
Если вы хотите загрузить версию для разработчиков (которая может быть нестабильной), смотрите страницу Еженедельных сборок.
После загрузки программы установки, дважды щёлкните по ней, чтобы запустить процесс установки.
Ниже приведена дополнительная информация о некоторых технических вариантах. Но большинству пользователей не нужно больше, чем эта программа установки. Перейдите в Начало работы после завершения установки.
Установка для всех пользователей Системы Windows
По умолчания FreeCAD устанавливается только для пользователя от которого происходит запуск программы установщика. Если пользователь не имеет административных прав, то путь установки по умолчанию будет следующий:
Если программа установщик запущена от имени администратора, или текущий пользователь является администратором, от в процессе установки FreeCAD будет доступен выбор установить только для текущего пользователя или для всех пользователей в системе.
При установке для всех пользователей в системе, путь установки по умолчанию будет следующий:
To install FreeCAD silently, you can execute the installer from the command line:
FreeCAD-~.exe /S
Default settings will be used for all options. A custom installation path can be specified in this manner:
FreeCAD-~.exe /S /D=A path to FreeCAD with spaces
By default, even with silent installations, there will be a short popup when the installer is checked for corruption. This so-called cyclic redundancy check only takes a few seconds at most. To disable this corruption check:
FreeCAD-~.exe /S /NCRC
Note that this /NCRC
flag is not recommended since the corruption check assures that the installer was e.g. completely downloaded.
It is highly recommended that you use a package manager such as Chocolatey to keep your software updated. You can install Chocolatey following these instructions and then open a PowerShell terminal as admin and run:
choco install freecad
Every once in a while you can update your software with:
choco upgrade freecad
This will get the latest version available from the Chocolatey repository. If there are any issues with the Chocolatey package, you can contact maintainers on this page.
To uninstall FreeCAD it is preferable to use the Windows tools for uninstalling software. Alternatively you can execute the uninstaller directly. This is the file:
You can find it in the folder where FreeCAD is installed.
The uninstaller can also be executed silently using the command line:
Uninstall-FreeCAD.exe /S
Note that (silent) uninstallation will fail if there is a running instance of FreeCAD, even if that instance is not the version being uninstalled.