Silent installation of One Identity Quick Connect Sync Engine
To perform a silent installation
- On a 32-bit system, enter the following syntax at a command prompt:
msiexec /i "<Path to QuickConnectSyncEngine_x86.msi>" /qb
INSTALLDIR="<Path to installation folder>" QCSVCUSERNAME="<Domain\UserName>" QCSVCPASSWORD="<Password>" - On a 64-bit system, enter the following syntax at a command prompt:
msiexec /i "<Path to QuickConnectSyncEngine_x64.msi>" /qb
INSTALLDIR="<Path to installation folder>" QCSVCUSERNAME="<Domain\UserName>" QCSVCPASSWORD="<Password>"
In the above syntax:
Argument |
Description |
INSTALLDIR |
Specifies the installation folder for the One Identity Quick Connect Sync Engine. When this argument is omitted, the following default installation folder is used: %ProgramFiles%\One Identity\Quick Connect |
QCSVCUSERNAME |
Specifies the user name of the account under which you want the Quick Connect Service to run. When this argument is omitted, the current user account is used. |
QCSVCPASSWORD |
Specifies the password of the account you supplied in the QCSVCUSERNAME argument. |