I need a little help... I'm trying to install MSMQ (Microsoft Messaging Queuing) service unattended using a batch file. I get the batch file to open up sysoc.inf however my answer file won't put in the answers an automate it. Any idea what I'm doing wrong?
c:\msmq.bat contains:
Sysocmgr.exe /i:c:\windows\inf\sysoc.inf
/u:c:\Unattend.txt
c:\unattend.txt contains:
[Version]
Signature = "$Windows NT$"
[Global]
FreshMode = Custom
MaintenanceMode = RemoveAll
UpgradeMode = UpgradeOnly
[Components]
;msmq_Core = ON
;msmq_LocalStorage = ON
;msmq_ADIntegrated = ON
;msmq_TriggersService = ON
;msmq_HTTPSupport = OFF
;msmq_RoutingSupport = ON
;msmq_MQDSService = ON
Any help is appreciated!
Thanks,
Jon
c:\msmq.bat contains:
Sysocmgr.exe /i:c:\windows\inf\sysoc.inf
/u:c:\Unattend.txt
c:\unattend.txt contains:
[Version]
Signature = "$Windows NT$"
[Global]
FreshMode = Custom
MaintenanceMode = RemoveAll
UpgradeMode = UpgradeOnly
[Components]
;msmq_Core = ON
;msmq_LocalStorage = ON
;msmq_ADIntegrated = ON
;msmq_TriggersService = ON
;msmq_HTTPSupport = OFF
;msmq_RoutingSupport = ON
;msmq_MQDSService = ON
Any help is appreciated!
Thanks,
Jon