2.5 Silently Installing the Module

To silently (without user intervention) install a module using the default settings, run the following command from the folder in which you saved the module installer:

msiexec.exe /i "AM70-CiscoUCM-8.x.x.0.m"si /qn

where x.x is the actual version number of the module installer.

To create a log file that describes the operations of the module installer, add the following flag to the command noted above:

/L* "AM70-CiscoUCM-8.x.x.0.msi.l"og

The log file is created in the folder in which you saved the module installer.

NOTE:To perform a silent install on an AppManager agent running Windows Server 2008 R2 or Windows Server 2012, open a command prompt at the administrative level and select Run as administrator before you run the silent install command listed above.

To silently install the module to a remote AppManager repository, you can use Windows authentication or SQL authentication.

Windows authentication:

AM70-CiscoUCM-8.x.x.0.msi /qn MO_B_QDBINSTALL=1 MO_B_MOINSTALL=0 MO_B_SQLSVR_WINAUTH=1 MO_SQLSVR_NAME=SQLServerName MO_QDBNAME=AM-RepositoryName

SQL authentication:

AM70-CiscoUCM-8.x.x.0.msi /qn MO_B_QDBINSTALL=1 MO_B_MOINSTALL=0 MO_B_SQLSVR_WINAUTH=0 MO_SQLSVR_USER=SQLLogin MO_SQLSVR_PWD=SQLLoginPassword MO_SQLSVR_NAME=SQLServerName MO_QDBNAME=AM-RepositoryName