Blog Post

System Center Blog
2 MIN READ

Quick note on installing System Center 2012 Service Manager setups silently

System-Center-Team's avatar
Feb 16, 2019
First published on TECHNET on Jul 23, 2013

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 like this would work:

Start /Wait Setup.exe /Install:Console /AcceptEula:"Yes" /RegisteredOwner:"pjf" /RegisteredOrganization:"msft" /Silent

This command like this would not:

Start /Wait Setup.exe /Silent /Install:Console /AcceptEula:"Yes" /RegisteredOwner:"pjf" /RegisteredOrganization:"msft"

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 on Facebook and Twitter :



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/

App-V Team blog: http://blogs.technet.com/appv/
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/

Updated Mar 11, 2019
Version 4.0
No CommentsBe the first to comment