Skip to content
⌘ NSIS Forum Archive

Msmq

3 posts

dr_legg#

Msmq

Hi everyone 🙂

I need to set up a couple of MSMQ queues as part of my installation - is there an easy way of doing this other than manually setting them up?

Cheers

Dr_Legg
CancerFace#
You could call the MSMQ API via the system plugin. I am not sure what you're after but according to this (rather old) page you should be able to call these functions ...
CF
dr_legg#
I just want to create a queue and then assign 'Full Control' permissions to 'Everyone' - thanks for the link, i'll have a look 🙂