Active Roles supports command line options for various installation procedures. The following is a list of command line options available with Active Roles 8.2.
Category |
Command |
Description |
---|---|---|
Installation type |
ActiveRoles.exe |
Launches the setup wizard in normal mode. |
ActiveRoles.exe /quiet [parameters] |
Launches the setup wizard in quiet mode (also known as silent mode or unattended installation) with no user interaction. Examples:
| |
Parameter syntax |
/parameter [properties] |
Specifies additional installation parameters. Separate parameter properties with spaces. |
Properties |
ADDLOCAL= |
The comma-separated list of the Active Roles components to install. Example: ADDLOCAL=Service,Console |
REMOVE= |
The comma-separated list of the Active Roles components to remove. Example: REMOVE=Web,Console | |
TARGETDIR= |
The path of the Active Roles installation folder. Example: TARGETDIR=D:\Active Roles\ | |
Component names |
ALL |
Specifies all Active Roles components. |
Service |
Specifies the Active Roles Administration Service. | |
Web |
Specifies the Active Roles Web Interface. | |
Console |
Specifies the Active Roles Console (MMC Interface). | |
Tools |
Specifies the Active Roles Management Tools. | |
SyncService |
Specifies the Active Roles Synchronization Service. | |
Parameters |
/IAcceptActiveRolesLicenseTerms |
Acknowledges that you have read and understood the terms of the Active Roles license agreement. This parameter is required if both the /quiet and /install parameters are specified. Example: ActiveRoles.exe /quiet /install /IAcceptActiveRolesLicenseTerms |
/install [properties] |
Installs the Active Roles components specified by the ADDLOCAL property to the TARGETDIR folder.
TIP: To install Active Roles Synchronization Service use the ADDLOCAL=SyncService parameter. Takes effect only if any Active Roles components are installed, otherwise disregarded. Example: ActiveRoles.exe /install ADDLOCAL=Web TARGETDIR=D:\Active Roles\ | |
/repair |
Repairs all installed components. Takes effect only if any Active Roles components are installed, otherwise disregarded. Example: ActiveRoles.exe /quiet /repair | |
/modify |
Installs the Active Roles components specified by ADDLOCAL property and removes the components specified by the REMOVE property. Takes effect only if any Active Roles components are installed, otherwise disregarded. Example: ActiveRoles.exe /modify ADDLOCAL=Service,Console | REMOVE=Web | |
/uninstall |
Uninstalls all components. Error conditions may terminate uninstall. Takes effect only if any Active Roles components are installed, otherwise disregarded. Example: ActiveRoles.exe /quiet /uninstall | |
/forceuninstall |
Use this parameter to uninstall all components if errors prevent normal uninstall. Takes effect only if any Active Roles components are installed, otherwise disregarded. Example: ActiveRoles.exe /quiet /forceuninstall | |
/forcerestart |
Auto-restarts the computer when a restart is required to complete the requested setup actions. Use this parameter to avoid having to restart the computer manually after running the Active Roles setup wizard (for example, if setup needs to update any files that are currently in use). Examples:
|