Install Msmq using C#

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# or any command??

I am using .net 4.0.

Thanks in advance


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

Also setup script for MSMQ unattended installation


have a look at the below:

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

链接地址: http://www.djcxy.com/p/8464.html

上一篇: backbone.js集合没有正确删除视图中的项目

下一篇: 使用C#安装Msmq