I have a Visual Studio Setup project that creates a Message Queue (MSMQ). It fails on computers where the Message Queue component is not installed.
Is it possible to get the installer to enable/add this Windows Component?
I have a Visual Studio Setup project that creates a Message Queue (MSMQ). It fails on computers where the Message Queue component is not installed.
Is it possible to get the installer to enable/add this Windows Component?
I think that you would be so much better off just providing sample instructions. There are so many variables that the machine administrator that may need to be taken in to account. We just specify that MSMQ needs to be installed and the installer reports if it is missing.