When installing System Center 2012 Service Manager via Configuration Manager (i.e. unattended), it is important to do it while suppressing any dialog. While the following article provides examples of setup.exe installation command-line options, as it turns out, the setup.exe /Silent switch does not work unless the “/Silent” is at the end of the command.
http://technet.microsoft.com/en-us/library/hh495658.aspx
The issue you run into is that if the /Silent switch is not at the end of the statement, the installation is silent but does not in fact complete.
To give you an example, this command would work:
Start /Wait Setup.exe /Install:Console /AcceptEula:"Yes" /RegisteredOwner:"pjf" /RegisteredOrganization:"msft" /CustomerExperienceImprovementProgram:"Yes" /EnableErrorReporting:"Yes" /Installpath:"C:\Program Files\Microsoft System Center\Service Manager 2012" /Silent
This command would not:
Start /Wait Setup.exe /Silent /Install:Console /AcceptEula:"Yes" /RegisteredOwner:"pjf" /RegisteredOrganization:"msft" /CustomerExperienceImprovementProgram:"Yes" /EnableErrorReporting:"Yes" /Installpath:"C:\Program Files\Microsoft System Center\Service Manager 2012"
We’re working to get our documentation updated but wanted to update everyone for now. So just be sure you put that /Silent switch at the end and you should be good to go.
J.C. Hornbeck| Solution Assets PM | Microsoft GBS Management and Security Division
Get the latest System Center news onFacebookandTwitter:
System Center All Up: http://blogs.technet.com/b/systemcenter/
System Center – Configuration Manager Support Team blog: http://blogs.technet.com/configurationmgr/
System Center – Data Protection Manager Team blog: http://blogs.technet.com/dpm/
System Center – Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
System Center – Operations Manager Team blog: http://blogs.technet.com/momteam/
System Center – Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center – Virtual Machine Manager Team blog: http://blogs.technet.com/scvmm
Windows Intune: http://blogs.technet.com/b/windowsintune/
WSUS Support Team blog: http://blogs.technet.com/sus/
The AD RMS blog: http://blogs.technet.com/b/rmssupp/
MED-V Team blog: http://blogs.technet.com/medv/
Server App-V Team blog: http://blogs.technet.com/b/serverappv
The Forefront Endpoint Protection blog : http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog : http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog: http://blogs.technet.com/b/isablog/
The Forefront UAG blog: http://blogs.technet.com/b/edgeaccessblog/