Jump to content

Recommended Posts

Posted

I'm trying to install MSMQ (v3) during an unattended install of the Windows 2003 server. I was hoping to add MSMQ entries to my unattend.txt but MSMQ won't install with the OS.

MS claims that you cannot install MSMQ with the OS and it has to be done post install. This in itself isn't a big problem except when I use sysocmgr.exe to automate the task, it prompts me for the CD (mine is a network share).

This is my unattended_MSMQ.txt file:

[Version]
Signature = "$Windows NT$"

[Global]
FreshMode = Custom
MaintenanceMode = RemoveAll
UpgradeMode = UpgradeOnly

[Components]
msmq_LocalStorage = ON

[Msmq]
Site = DefaultFirstSiteName

This is the command I run to install MSMQ:

sysocmgr.exe /i:sysoc.inf /u:msmq.txt

My question is two-fold:

A ) Has anyone solved the issue of sysocmgr prompting for files?

B ) Has anyone been successful automating the installation of MSMQ during a Windows 2003 unattended install?


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...