开发者

How to determine Visual Studio Setup and Deployment project prerequisites?

开发者 https://www.devze.com 2023-02-12 18:43 出处:网络
I am trying to deploy an a开发者_StackOverflow社区pp in C# with a Setup And Deployment project in VS2010. The main project and the deployment project are in the same solution and I have added the prim

I am trying to deploy an a开发者_StackOverflow社区pp in C# with a Setup And Deployment project in VS2010. The main project and the deployment project are in the same solution and I have added the primary output of the main project to the deployment project. In the property pages for the deployment project, there is a button for prerequisites. How do I find out what items my app will require for successful deployment?

Thanks.. :)


Visual Studio will manage all the requisite DLL's that need to be installed for your application to run... If still you need to add more dependencies then you could create an application that will handle this process for you.

And since Microsoft has an easy solution for almost everything, there are options to the installer to do just this. Here you'll find it as per MS documentation.


Right click your project => propereties => Application => Target Framework

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号