madamos Posted April 23, 2009 Posted April 23, 2009 Sorry if this has been hashed out a thousand times before.I'm trying to automate via a script the installation and/or uninstallation of MSMQ on Server 2003. Following the guides here I created the following unattended.ini file as a test:[Version]Signature = "$Windows NT$"[Global]FreshMode = CustomMaintenanceMode = RemoveAllUpgradeMode = UpgradeOnly[Components]MSMQ_Core = onMSMQ_LocalStorage = offMSMQ_HTTPSupport = offMSMQ_TriggersService = onMSMQ_ADIntegrated = offMSMQ_MQDSService = off[Msmq]DisableAD = onThe command line I use to execute it as a test is:sysocmgr /i:sysoc.inf /x /u:c:\unattended.iniWhat actually happens, instead of a basic MSMQ installation, is a brief window and some copied files. Then IIS (previously not installed) shows up in Windows Components along with no MSMQ. Oddly, it does flash "Installing Message Queuing" during the installation.So, I'm assuming I did something wrong. Any thoughts?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now