B.3 Silently Installing the Task Scheduler Service

To silently install the Task Scheduler service using the required parameters and default settings, run the following command from the folder in which you saved the Task Scheduler service setup program:

msiexec.exe /i "NetIQ AppManager Task Scheduler Service.msi" INSTALLDIR="Path_to_the_Installation_Folder" NQAMTS_B_WINUSER=1 NQAMTS_WINDOMAINUSER=
"domain\User_Name_for_the_Windows_User_Account_under_which_the_Service_
Will_Run" NQAMTS_WINPWD="Password_for_the_Windows_User_Account_under_which_the_Service_
Will_Run" /l*v Path_to_the_Installation_Log /qn

To specify additional parameters or alternate settings, add the appropriate parameters to the command. The following table describes all parameters available for silently installing the Task Scheduler service.

Parameter

Description and Values

INSTALLDIR

Target installation folder

The default value is C:\Program Files\NetIQ\.

NQAMTS_B_WINUSER

Whether the service will use a Windows user account or the local system account

Specify 1 if the service will use a Windows user account. If you specify 1, specify a value for the NQAMTS_WINDOMAINUSER and NQAMTS_WINPWD parameters.

Specify 0 if the service will use the local system account.

For more information about the account, see Reviewing Required Accounts and Permissions.

NQAMTS_WINDOMAINUSER

If the service will use a Windows user account, domain and user name for the account

NQAMTS_WINPWD

If the service will use a Windows user account, password for the account

For more information about installing the Task Scheduler service, see Section 6.0, Installing a Management Site.