The InstallManager.Cli.exe program provides support for the installation of One Identity Manager. You can run the program from the command line.
IMPORTANT: Run the installation using the command line console in administrator mode.
Calling syntax
InstallManager.Cli.exe
-m install|change|remove|uninstall
-r {Directory}
[-i {Directory}]
[-fu]
[-mod {ModuleIDs}]
[-d {Targets}]
[-p {Packages}]
[-l {Path}]
[-fo]
[-cs {Service name} {Properties}]
[-dc]
Parameter or option |
Alternative name | Description |
---|---|---|
-m |
--mode |
Installation mode. Permitted values are
|
-r |
--rootpath |
Directory containing the installation sources. |
-i |
--installpath |
(Optional) Directory in which to install. |
-fo |
--filesonly |
(Optional) Only file actions will be run. No start menu entries or registry keys are generated and no services are installed. |
-mod |
--module |
Space-delimited list of module IDs. |
-d |
--deploymenttarget |
Space delimited list of machine roles. |
-p |
--packages |
Space-delimited list of packages. |
-l |
--logfile |
(Optional) Path to the log file. |
-fu |
--forceupdate |
(Optional) All data will be reinstalled. |
-cs |
--changeservice |
Changes the properties for registration of the service. The following values are expected:
|
-dc |
--deleteconfig |
(Optional) Configuration data and logs are removed in uninstall mode. |
-h |
--help |
Display program help. |
Example: Installing a single module
InstallManager.Cli.exe
-m install
-r c:\sourcedir
-mod QER ADS SAP LDAP ATT
Example: Updating a machine role
InstallManager.Cli.exe
-m change
-r c:\sourcedir
-d Server\JobServer\ADS
Example: Uninstalling the One Identity Manager components
InstallManager.Cli.exe
-m uninstall
-i c:\installdir
-dc