Install Msmq using C#

可紊 提交于 2019-11-28 03:49:02

问题


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


回答1:


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

Also setup script for MSMQ unattended installation




回答2:


have a look at the below:

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



来源:https://stackoverflow.com/questions/6679084/install-msmq-using-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!