Click here to Skip to main content
15,911,531 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
hi,
i want to0 create msmq by using prerequest.bat
is it posiible???
then how??
plz help me..
thanks
chaitanya
Posted
Updated 10-Mar-17 8:05am

1 solution

Hey,
There you go:
Windows XP- 7 [^]

For latter Windows 7 try the following script:
JavaScript
;@echo off
pkgmgr /iu:MSMQ-Container;MSMQ-Server
::;sysocmgr.exe /i:sysoc.inf /u:MSMQsetup.bat
;GOTO Finished

[Components]
msmq_Core = ON
msmq_LocalStorage = ON
msmq_ADIntegrated = ON
msmq_TriggersService = ON
msmq_HTTPSupport = OFF
msmq_RoutingSupport = OFF
msmq_MQDSService = OFF

;:Finished
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900