Installing on Windows/ro: Difference between revisions

From FreeCAD Documentation
(Initial romanian translation (partial))
(Updating to match new version of source page)
 
(94 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
Cea mai usoara cale de instalare in Windows este de a descarca programul de instalare de mai jos.<br>
{{DownloadWindowsStable}}


<div class="mw-translate-fuzzy">
Dupa ce fisierul .msi a fost descarcat, faceti dublu-click pe el pentru a incepe instalarea.
{{docnav|Feature list|Install on Linux}}
</div>


{{TOCright}}
Mai jos sunt descrise optiunile de instalare. Daca pare complicat nu va ingrijorati! Cei mai multi utilizatori nu vor avea nevoie de nimic mai mult decat fisierul .msi si articolul '''[[Getting started/ro | Primii pasi]]'''!


== Standard Installation ==


The easiest way to install the latest stable version of FreeCAD is to use the installer, see the [[Download|Download]] page.
=== Simple Microsoft Installer Installation ===
Cea mai usoara cale de '''instalare a FreeCAD in Windows''' este de a folosi programul de instalare de mai sus. Aceasta pagina descrie modul de folosire si caracteristicile programului ''Microsoft Installer'' pentru a accesa mai multe optiuni de instalare.


<div class="mw-translate-fuzzy">
Daca doriti sa descarcati versiunea pe 64 de biti sau versiunea dezvoltata curent (instabila) vizitati pagina de [[Download/ro|descarcari]].
Daca doriți sa descărcați versiunea pe 64 de biți sau versiunea aflată acum în dezvoltare (care ar putea fi instabilă) vizitați pagina de [[Download/ro|descărcări]].
</div>


<div class="mw-translate-fuzzy">
Dupa ce fișierul .msi (Microsoft Installer) a fost descarcat, doar faceți dublu-click pe el pentru a începe instalarea.
</div>


<div class="mw-translate-fuzzy">
=== Instalare de la consola de comanda ===
Mai jos sunt descrise opțiunile de instalare. Daca pare complicat nu va ingrijorați! Cei mai mulți utilizatori nu vor avea nevoie de nimic mai mult decat fișierul de mai sus .msi și articolul '''[[Getting started/ro | Primii pasi]]'''!
Folosind aplicatia ''msiexec.exe'' de la linia de comanda se pot accesa optiuni aditionale, precum instalare fara interventie sau instalare ca Administartor.
</div>


== Installation for all users of the Windows system ==
==== Instalarea fara interventie ====
Folosind comanda:


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:
msiexec /i FreeCAD<versiune>.msi
: {{FileName|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.
se poate initializa inatalarea. Paramtri aditionali pot fi adaugati la sfarsitul liniei de comand:


If installed for all users, the default installation path is:
msiexec /i FreeCAD-2.5.msi TARGETDIR=r:\FreeCAD25
: {{FileName|C:\Program Files\FreeCAD X.YY}}


==== Interfata limitata ====
== Silent Installation ==
Numarul de ferestre de dialog prezentate utilizatorului poate fi controlat cu grupul de optiuni /q, astfel:


To install FreeCAD silently, you can execute the installer from the command line:
* /qn - fara interfata
* /qb - interfata rudimentara - o fereastra ce indica progresul
* /qb! - precum/qb, dar fara butonul "renunta" (Cancel)
* /qr - interfata redusa - prezinta toate ferestrele dar nu solicita interventia
* /qn+ - precum /qn, dar arata mesajul "Completed" la sfarsit
* /qb+ - precum /qb, dar arata mesajul "Completed" la sfarsit


{{Code|lang=text|code=
==== Directorul tinta ====
FreeCAD-~.exe /S
Proprietatea TARGETDIR determina locatia de instalare a FreeCAD. De exemplu o locatie se specifica folosind
}}
Default settings will be used for all options. A custom installation path can be specified in this manner:


{{Code|lang=text|code=
TARGETDIR=R:\FreeCAD25
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:
Implicit TARGETDIR este[WindowsVolume\Programm Files\]FreeCAD<versiune>.


{{Code|lang=text|code=
==== Instalarea pentru toti utilizatorii ====
FreeCAD-~.exe /S /NCRC
Adaugand
}}


Note that this {{Incode|/NCRC}} flag is '''not recommended''' since the corruption check assures that the installer was e.g. completely downloaded.
ALLUSERS=1


== Chocolatey ==
causes an installation for all users. By default, the non-interactive installation install the package just for the current user, and the interactive installation offers a dialog which defaults to "all users" if the user is sufficiently privileged.


Using the [https://chocolatey.org/install Chocolatey] package manager is currently not recommended as that repository is no longer kept up-to-date.
==== Feature Selection ====
A number of properties allow selection of features to be installed, reinstalled, or removed. The set of features for the FreeCAD installer is


<span id="Uninstallation"></span>
* DefaultFeature - install the software proper, plus the core libraries
=== Dezinstalarea ===
* Documentation - install documentation
Folosind
* Source code - install the sources
* ... ToDo


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:
In addition, ALL specifies all features. All features depend on DefaultFeature, so installing any feature automatically installs the default feature as well. The following properties control features to be installed or removed
: {{FileName|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:
* ADDLOCAL - list of feature to be installed on the local machine
* REMOVE - list of features to be removed
* ADDDEFAULT - list of features added in their default configuration (which is local for all FreeCAD features)
* REINSTALL - list of features to be reinstalled/repaired
* ADVERTISE - list of feature for which to perform an advertise installation


{{Code|lang=text|code=
There are a few additional properties available; see the MSDN documentation for details.
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.
With these options, adding


ADDLOCAL=Extensions


<div class="mw-translate-fuzzy">
installs the interpreter itself and registers the extensions, but does not install anything else.
{{docnav|Feature list|Install on Linux}}
</div>


{{Userdocnavi{{#translation:}}}}
=== Uninstallation ===
With

msiexec /x FreeCAD<version>.msi

FreeCAD can be uninstalled. It is not necessary to have the MSI file available for uninstallation; alternatively, the package or product code can also be specified. You can find the product code by looking at the properties of the Uninstall shortcut that FreeCAD installs in the start menu.

=== Administrative installation ===
With

msiexec /a FreeCAD<version>.msi

an "administrative" (network) installation can be initiated. The files get unpacked into the target directory (which should be a network directory), but no other modification is made to the local system. In addition, another (smaller) msi file is generated in the target directory, which clients can then use to perform a local installation (future versions may also offer to keep some features on the network drive altogether).

Currently, there is no user interface for administrative installations, so the target directory must be passed on the command line.

There is no specific uninstall procedure for an administrative install - just delete the target directory if no client uses it anymore.

=== Advertisement ===
With

msiexec /jm FreeCAD<version>.msi

it would be possible, in principle, to "advertise" FreeCAD to a machine (with /ju to a user). This would cause the icons to appear in the start menu, and the extensions to become registered, without the software actually being installed. The first usage of a feature would cause that feature to be installed.

The FreeCAD installer currently supports just advertisement of start menu entries, but no advertisement of shortcuts.

=== Automatic Installation on a Group of Machines ===
With Windows Group Policy, it is possible to automatically install FreeCAD an a group of machines. To do so, perform the following steps:
#Log on to the domain controller
#Copy the MSI file into a folder that is shared with access granted to all target machines.
#Open the MMC snapin "Active Directory users and computers"
#Navigate to the group of computers that need FreeCAD
#Open Properties
#Open Group Policies
#Add a new policy, and edit it
#In Computer Configuration/Software Installation, choose New/Package
#Select the MSI file through the network path
#Optionally, select that you want the FreeCAD to be deinstalled if the computer leaves the scope of the policy.

Group policy propagation typically takes some time - to reliably deploy the package, all machines should be rebooted.

=== Installation on Linux using Crossover Office ===

You can install the windows version of FreeCAD on a Linux system using ''CXOffice 5.0.1''. Run ''msiexec'' from the CXOffice command line, assuming that the install package is placed in the "software" directory which is mapped to the drive letter "Y:":
msiexec /i Y:\\software\\FreeCAD<version>.msi
FreeCAD is running, but it has been reported that the OpenGL display does not work, like with other programs running under [[wikipedia:Wine (software)|Wine]] i.e. Google [[wikipedia:SketchUp|SketchUp]].

{{docnav/ro|Feature list/ro|Install on Unix/ro}}

{{Languages/ro | {{en|Online Help Toc}} {{cn|Install_on_Windows/cn}} {{de|Install_on_Windows/de}} {{es|Install_on_Windows/es}} {{fr|Install_on_Windows/fr}} {{it|Install_on_Windows/it}} {{jp|Install_on_Windows/jp}} {{pl|Install_on_Windows/pl}} {{pt|Install_on_Windows/pt}} {{ru|Install_on_Windows/ru}} {{se|Install_on_Windows/se}} }}

[[Category:User Documentation/ro]]

Latest revision as of 20:00, 26 January 2024

Feature list
Install on Linux

Standard Installation

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

Daca doriți sa descărcați versiunea pe 64 de biți sau versiunea aflată acum în dezvoltare (care ar putea fi instabilă) vizitați pagina de descărcări.

Dupa ce fișierul .msi (Microsoft Installer) a fost descarcat, doar faceți dublu-click pe el pentru a începe instalarea.

Mai jos sunt descrise opțiunile de instalare. Daca pare complicat nu va ingrijorați! Cei mai mulți utilizatori nu vor avea nevoie de nimic mai mult decat fișierul de mai sus .msi și articolul Primii pasi!

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.

Dezinstalarea

Folosind

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.


Feature list
Install on Linux