Install Msmq using C#

后端 未结 2 1610
忘了有多久
忘了有多久 2020-12-19 06:50

I am creating an installer for an Application that requires MSMQ to be installed, so if MSMQ is not installed, I need to install the msmq. So can MSMQ be installed using C#

相关标签:
2条回答
  • 2020-12-19 07:49

    have a look at the below:

    http://forums.asp.net/p/1423158/3193402.aspx/1?Re+Installing+MSMQ+Programatically

    0 讨论(0)
  • 2020-12-19 07:53

    Here is an answer: Including MSMQ as a prerequisite for my application

    Also setup script for MSMQ unattended installation

    0 讨论(0)
提交回复
热议问题