开发者

creating a installer for .net app

开发者 https://www.devze.com 2023-03-01 01:40 出处:网络
I had cr开发者_StackOverflow中文版eated a component in .net. It has more than one msi\'s , so am planning to go for a master installer. How to create a master installer, how to start with that?You nee

I had cr开发者_StackOverflow中文版eated a component in .net. It has more than one msi's , so am planning to go for a master installer. How to create a master installer, how to start with that?


You need to create a bootstrapper to install multiple MSIs, try dotNetInstaller for a free solution.


You can use the Setup Project template provided by Visual Studio. This project template lets you create setup projects very fast. There you have to add your different MSIs as dependencies to have them installed.

Alternatively have a look at the different setup and deployment project templates located under "Other Project Types -> Setup and Deployment" in the "Add new project" dialog.

0

精彩评论

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

关注公众号