

- #Parallels client install
- #Parallels client 64 Bit
- #Parallels client upgrade
- #Parallels client windows 10
- #Parallels client password
When running an installation command specified above, you can pass the following properties to msiexec.exe using the PROPERTY=VALUE notation:ĭEFSETTINGS: To use when Parallels Client installer reads 2xsetting.2xc (the file containing all settings to be used by the client) as default settings.ĭEFSETTXML: To use when XML settings are entered manually.
#Parallels client 64 Bit
In the command above, specify RASClient-圆4.msi if using a 64 bit version of Parallels Client for Windows. To perform a silent install, run the following command:

Run the installer from the command line: msiexec.exe /i RASClient.msi (or RASClient-圆4.msi if using a 64 bit version).Modify the original file using Orca.exe.There are two ways to modify the client installation settings: This enables you to deploy it remotely using Group Policies or any other deployment tool that can work with MSI installers. The Parallels Client for Windows installer uses the MSI format. If you are not an IT administrator in your organization, you may skip it.
#Parallels client install
The following sample command installs Parallels Client using the DISABLESAVEPASSWORD=0 option (enable the ability to save the password) and does not install SSO by default: msiexec /qn /i 2XClient.Note: This section is intended for IT Administrators. INSTALLSSO : This parameter should be used for Client/Server SSO installation starting from RAS v17: 1 – Install SSO (valid only for Remote Application Server v16.5 and below) 0 – Install SSO only on the Clientġ – Install SSO on both Client and Server TUXGINASRV: Install SSO on both Client and Server. (valid only for Parallels Client v16.5 and below) 0 – Install SSO TUXGINA: Exclude/Include SSO during a silent installation. 2xc file are ignored (this is the default). 2xc file (if any).ġ - Credentials in the. 2xc file will use the credentials that are stored in the. 2xc file (available since 16.0 and 16.5.1 20448).Ġ - Connections imported from. IGNORESETTCREDS: Controls the usage of credentials that are available in the. This option is ignored with users with administrative rights.
#Parallels client password
0 – Option to save password is enabledĭISABLESAVEPASSWORD: To disable the clients from saving the password. This option can be applied to users with administrative rights.ĭISABLESAVEPASSWORDADMIN: To disable the clients from saving the password even if they have administrative rights. 0 – Options are enabledĭISABLEOPTIONSADMIN: To disable the Options button and hide the options to configure the client settings. This option can be applied to users without administrative rights. 0 – Client settings are not overriddenġ – Client settings are overridden with the new settings of the Client MSI setup.ĭISABLEOPTIONS: To disable the Options button and hide the options to configure the client settings. This parameter must be used if you want to install Parallels Client on the machine where the client was before. OVERRIDEUSERSETTINGS: To override the user settings with client MSI settings.


List of available parameters:ĭEFSETTINGS: To use when Parallels Client installer reads 2xsetting.2xc (the file containing all settings to be used by the client) as default settings.ĭEFSETTXML: To use when XML settings are entered manually. If an install is present, some switches will be ignored tampering with the successful deployment of the client. When MSIEXEC determines it needs to do a repair, the switches are not executed: (v=vs.85).aspxĪs a result, if you are deploying this to a brand new machine, it will deploy silently with the config.
#Parallels client upgrade
NOTE: If you want to upgrade existing clients, execute the following commands: msiexec /i RASclient.msi /qn NOTE: Should you want to include Single Sign On component, please use the following syntax: msiexec /i C:\RASclient.msi TUXGINA=0 DEFSETTINGS="settings.2xc" /qn NOTE: Should you want to override existing user settings, please use the following syntax: msiexec /i RASclient.msi DEFSETTINGS="2XSettings.2xc" OVERRIDEUSERSETTINGS=1 /qn In order to install Parallels Client from a network share, the command should be as follows: msiexec /i "\\server\share\directory\RASclient-圆4.msi" DEFSETTINGS="\\server\share\directory\2XSettings.2xc" /qn
#Parallels client windows 10
(in some cases running on Windows 10 OVERRIDEUSERSETTINGS=1 should be used) msiexec /i RASclient.msi DEFSETTINGS="2XSettings.2xc" /qn This may be done using MSIEXEC and a series of parameters.Ī bat file may be created with the following content to install the RDP Client silently: Sometimes it is necessary to silently install the Parallels Client.
