开发者

How can I create a bootstrapper which will install 3rd party exe followed by 2 msi apps

Im inexperienced with creating setup projects and was hoping for some direction r开发者_JAVA百科egarding the best, most flexible, and easiest way of creating a setup bootstrapper. I need custom actions to check for existing versions, ability to install 3rd party application, several inhouse msi applications etc. Currently I've considered the following options, installshield, VS setup project, msbuild, wix. But after a couple days searching still looking for the recommended approach here. Any advice appreciated


Most of the tools you mentioned support what you want in one way or another. It really depends on what you want to use.

If you want a free solution, Wix is the best. It's not so easy to configure prerequisites with it, but it can be done: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm

If you want a commercial solution, I recommend Advanced Installer or InstallShield. You need to purchase a license, but you can configure your installer with a couple of clicks.

So you should first decide on what tool you want to use and then see if you encounter any problems.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜