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.