Installing on Windows: Difference between revisions

From FreeCAD Documentation
(lang=none is not supported.)
(Marked this version for translation)
 
(11 intermediate revisions by the same user not shown)
Line 12: Line 12:
<translate>
<translate>


<!--T:1-->
== Standard Installation == <!--T:55-->
You can install FreeCAD on Windows by downloading the installer below:

<!--T:37-->
{{DownloadWindowsStable}}

<!--T:2-->
After downloading the installer, double-click it to start the installation process.

<!--T:3-->
Below is more information about some technical options. But most users don't need more than the above .exe file. Head to [[Getting_started|Getting started]] after installation is complete.

== Standard Installation ==


<!--T:43-->
<!--T:43-->
The easiest way to install the latest stable version of FreeCAD is by using the installer linked above.
The easiest way to install the latest stable version of FreeCAD is to use the installer, see the [[Download|Download]] page.


<!--T:5-->
<!--T:5-->
If you would like to download a development version (which may be unstable), see the [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds Weekly builds download] page.
If you would like to download a development version, which may be unstable, see the [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds Weekly builds download] page.


<!--T:2-->
== Installation for all users of the Windows system ==
After downloading the installer, double-click it to start the installation process.


<!--T:3-->
By default FreeCAD will be installed for the user that executes the installer. When this user has only user permissions, the default installation path is
Below is more information about some technical options. But most users don't need more than the installer. Head to [[Getting_started|Getting started]] once installation is complete.
: C:\Users\<username>\AppData\Local\Programs\FreeCAD X.YY


== Installation for all users of the Windows system == <!--T:56-->
When the installer is executed by an admin user, or you execute it as admin you can choose of FreeCAD should be installed for all users of the system of just for you. The default is for all users.


<!--T:57-->
When installed for all users, the default installation path is
By default FreeCAD will be installed for the user that executes the installer. If this user only has user permissions, the default installation path is:
: C:\Program Files\FreeCAD X.YY
: {{FileName|C:\Users\<username>\AppData\Local\Programs\FreeCAD X.YY}}


<!--T:58-->
== Silent Installation ==
If the installer is executed by an admin user, or you execute it as admin, you can choose if FreeCAD should be installed for all users of the system or just for you. The default is for all users.


<!--T:59-->
To install FreeCAD silently, you can execute the installer the following way from the command line:
If installed for all users, the default installation path is:
</translate>{{Code|lang=text|code=FreeCAD-~.exe /S}}<translate>
: {{FileName|C:\Program Files\FreeCAD X.YY}}


== Silent Installation == <!--T:60-->
Then all choices will be kept with their default settings. To set another installation path than the default, you can specify it the following way:
</translate>{{Code|lang=text|code=FreeCAD-~.exe /S /D=A path to FreeCAD with spaces}}<translate>


<!--T:61-->
By default there will also with silent installations be a short popup necessary to check the installer is not corrupted. This so-called cyclic redundancy check only takes few second, depending on your system less than a second. Of you are somehow annoyed by this, you can disable the corruption check by
To install FreeCAD silently, you can execute the installer from the command line:
</translate>{{Code|lang=text|code=FreeCAD-~.exe /S /NCRC}}<translate>


</translate>
Note that the ''/NCRC'' flag is '''not recommended''' since the corruption check assures that the installer was e.g. completely downloaded.
{{Code|lang=text|code=

FreeCAD-~.exe /S
== Chocolatey == <!--T:40-->
}}<translate>


<!--T:44-->
<!--T:62-->
Default settings will be used for all options. A custom installation path can be specified in this manner:
However, it is highly recommended that you use a package manager such as Chocolatey to keep your software updated. You can installed Chocolatey following [https://chocolatey.org/install these instructions] and then open a PowerShell terminal as admin and run:


</translate>
</translate>
{{Code|code=
{{Code|lang=text|code=
FreeCAD-~.exe /S /D=A path to FreeCAD with spaces
choco install freecad
}}
}}
<translate>
<translate>


<!--T:41-->
<!--T:63-->
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:
every once in a while you can update your software with


</translate>
</translate>
{{Code|code=
{{Code|lang=text|code=
FreeCAD-~.exe /S /NCRC
choco upgrade freecad
}}
}}
<translate>
<translate>


<!--T:42-->
<!--T:64-->
Note that this {{Incode|/NCRC}} flag is '''not recommended''' since the corruption check assures that the installer was e.g. completely downloaded.
to get the latest version available on Chocolatey repository. If there are any issues with the chocolatey package, you may contact maintainers on [https://chocolatey.org/packages/freecad this page].

== Chocolatey == <!--T:40-->

<!--T:68-->
Using the [https://chocolatey.org/install Chocolatey] package manager is currently not recommended as that repository is no longer kept up-to-date.


== Uninstallation == <!--T:22-->
== Uninstallation == <!--T:22-->


<!--T:65-->
To uninstall FreeCAD use preferably the Windows' tools to uninstall software. Alternatively you can execute the uninstaller directly. This is the file
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:
:Uninstall-FreeCAD.exe
: {{FileName|Uninstall-FreeCAD.exe}}
you find in the folder where FreeCAD is installed.
You can find it in the folder where FreeCAD is installed.


<!--T:66-->
The uninstaller can also be executed silently using the command line:
The uninstaller can also be executed silently using the command line:
</translate>{{Code|lang=text|code=Uninstall-FreeCAD.exe /S}}<translate>


</translate>
'''Note:''' to uninstall, FreeCAD must not be running, also no other version of FreeCAD. So when the silent uninstallation does not work, there is a running instance of FreeCAD.
{{Code|lang=text|code=
Uninstall-FreeCAD.exe /S}}
<translate>

<!--T:67-->
Note that (silent) uninstallation will fail if there is a running instance of FreeCAD, even if that instance is not the version being uninstalled.





Latest revision as of 19:59, 26 January 2024

Standard Installation

The easiest way to install the latest stable version of FreeCAD is to use the installer, see the Download page.

If you would like to download a development version, which may be unstable, see the Weekly builds download page.

After downloading the installer, double-click it to start the installation process.

Below is more information about some technical options. But most users don't need more than the installer. Head to Getting started once installation is complete.

Installation for all users of the Windows system

By default FreeCAD will be installed for the user that executes the installer. If this user only has user permissions, the default installation path is:

C:\Users\<username>\AppData\Local\Programs\FreeCAD X.YY

If the installer is executed by an admin user, or you execute it as admin, you can choose if FreeCAD should be installed for all users of the system or just for you. The default is for all users.

If installed for all users, the default installation path is:

C:\Program Files\FreeCAD X.YY

Silent Installation

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.

Chocolatey

Using the Chocolatey package manager is currently not recommended as that repository is no longer kept up-to-date.

Uninstallation

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:

Uninstall-FreeCAD.exe

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.