Installare in Windows

From FreeCAD Documentation
Revision as of 07:54, 5 June 2022 by Simone.b (talk | contribs) (Created page with "== Installazione per tutti gli utenti in ambiente Windows ==")

Installazione Standard

Il modo più semplice per installare l'ultima versione stabile di FreeCAD è di utilizzare l'installer.

Template:DownloadWindowsStable

Se si desidera scaricare una versione di sviluppo, che potrebbe essere instabile, vedere la pagina Weekly builds download.

Dopo aver scaricato l'installer, fare doppio clic su di esso per avviare il processo di installazione.

Più avanti sono riportate ulteriori informazioni sul alcune opzioni tecniche. Ma la maggior parte degli utenti necessita solo dell'installer. Al termine dell'installazione leggere la pagina Per iniziare.

Installazione per tutti gli utenti in ambiente Windows

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

Si consiglia vivamente di utilizzare un gestore di pacchetti come Chocolatey per mantenere aggiornato il software. È possibile installare Chocolatey seguendo queste istruzioni e quindi aprire un terminale PowerShell come amministratore ed eseguire:

choco install freecad

di tanto in tanto si può aggiornare il proprio software con

choco upgrade freecad

Questo otterrà l'ultima versione disponibile dal repository Chocolatey. In caso di problemi con il pacchetto Chocolatey, è possibile contattare i manutentori su questa pagina.

Disinstallazione

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.