wixmsmqwix3.5wix-extension

Wix and MSMQ: MSMQ Detection


I have to create a message queue if MSMQ is installed. If MSMQ is not installed then move forward without doing anything.

Is there a way, we can found that whether MSMQ is installed in MSMQExtension dll.

I know, We can use Registry for the same but installer will fail if MSMQ is not installed.


Solution

  • How to tell if MSMQ is installed