How can I get the msi (VS setup project) to install Windows component?

I have a Visual Studio setup project that creates a Message Queuing (MSMQ). It does not work on computers where the Message Queuing component is not installed.

Is it possible to install an installer to enable / add this Windows component?

+2


source to share


1 answer


I think you would be much better off just by offering sample instructions. There are so many variables that a machine administrator might need for an account. We simply indicate that MSMQ needs to be installed and the installer reports if it is missing.



+3


source







All Articles