Advanced Parallels Client InstallationNote: This section is intended for IT Administrators. If you are not an IT administrator in your organization, you may skip it. The Parallels Client for Windows installer uses the MSI format. This enables you to deploy it remotely using Group Policies or any other deployment tool that can work with MSI installers. There are two ways to modify the client installation settings:
Silent Install To perform a silent install, run the following command:
In the command above, specify
General Settings
When running an installation command specified above, you can pass the following properties to
DEFSETTINGS: To use when Parallels Client installer reads 2xsetting.2xc (the file containing all settings to be used by the client) as default settings. DEFSETTXML: To use when XML settings are entered manually. OVERRIDEUSERSETTINGS: To override the user settings with client MSI settings.
DISABLEOPTIONS: To disable the Options button and hide the options to configure the client settings. This option can be applied to users without administrative rights.
DISABLEOPTIONSADMIN: To disable the Options button and hide the options to configure the client settings. This option can be applied to users with administrative rights. DISABLESAVEPASSWORDADMIN: To disable the clients from saving the password even if they have administrative rights.
DISABLESAVEPASSWORD: To disable the clients from saving the password. This option is ignored with users with administrative rights.
TUXGINA: Exclude/Include SSO during a silent installation
TUXGINASRV: Install SSO on both Client and Server
Using Active Directory There are two different ways that you can deploy an application through Active Directory. You can either publish the application or you can assign the application. You can publish applications to users only, but you can assign applications to either users or computers. The applications are deployed in different ways, depending on which method you decide to use. Parallels recommends that administrators assign the applications to COMPUTERS. The main reason is that the application is actually installed the next time the computer reboots. When assigning to users, the application is not installed until the user actually clicks on the icons created for the application. To assign an application to certain computers, simply do the following in Active Directory:
Please note that when doing a silent installation, the MSI can be deployed using the following syntax (for the 64 bit version, use
msiexec /qn /i
The following sample command installs Parallels Client using the DISABLESAVEPASSWORD=0 option (enable the ability to save the password) while skipping the SSO installation: msiexec /qn /i 2XClient.msi DISABLESAVEPASSWORD=0 TUXGINA=1 |
||||
|