You can use this method to manually deploy Capture Agent on each domain controller in the source Active Directory domain.
To manually install Capture Agent
-
Run one of the following files supplied with the Synchronization Service installation package:
-
On a 32-bit domain controller, run the SyncServiceCaptureAgent_7.4.3_x86.msi file.
-
On a 64-bit domain controller, run the SyncServiceCaptureAgent_7.4.3_x64.msi file.
You can find these files in the Solutions folder on the Active Roles distribution media.
-
- Step through the wizard to complete the agent installation.
You can also perform an unattended installation of Capture Agent as follows.
To perform an unattended installation
-
On a 32-bit system, enter the following syntax at a command prompt:
msiexec /i "<Path to SyncServiceCaptureAgent_7.4.3_x86.msi>" /qb INSTALLDIR="<Path to installation folder>" REBOOT="<Value>"
-
On a 64-bit system, enter the following syntax at a command prompt:
msiexec /i "<Path to SyncServiceCaptureAgent_7.4.3_x64.msi>" /qb INSTALLDIR="<Path to installation folder>" REBOOT="<Value>"
In the above syntax:
Argument |
Description |
INSTALLDIR |
Specifies the installation folder for the Capture Agent. When this argument is omitted, the following default installation folder is used: %ProgramFiles%\One Identity\Active Roles\7.4\SyncServiceCaptureAgent |
REBOOT |
Allows you to suppress a system restart in a situation where a restart is required for the Capture Agent installation to complete. To suppress the restart, use the following syntax: REBOOT="ReallySupress" |