Hello, I am using the following command line to install the agent
%WinDir%\System32\msiexec.exe /i \\scomms002.mydomain.net\scomagent\MOMAgent.msi /qn /l*v %temp%\MOMAgentinstall.log USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=SCOM-MG01 MANAGEMENT_SERVER_DNS=SCOMMS002.mydomain.net ACTIONS_USE_COMPUTER_ACCOUNT=1 USE_MANUALLY_SPECIFIED_SETTINGS=1 SET_ACTIONS_ACCOUNT=1
When I run it, the install fails. (logging the output of the MSIexec install isnt much help as it displays this :
MSI (s) (B0:54) [10:52:07:798]: Note: 1: 1708
MSI (s) (B0:54) [10:52:07:798]: Product: System Center 2012 - Operations Manager Agent -- Installation operation failed.
If I run the exact same command line but change it to interactive install (modify the /qn to /qf), the install completes succesfully (but I have to click next thru the installer).
Does anyone else use the command line to install the agent, and if so, can you please post what you use to install via command line.
Resources: This is where I found about the MSI Installer Error: http://msdn.microsoft.com/en-us/library/windows/desktop/aa372835(v=vs.85).aspx
Resources: This is where I found examples of command line installing: http://technet.microsoft.com/en-us/library/ee424297.aspx
Zach