开发者

how to create a installer similar to visual studio 2008 setup

i want to know how to create a installer similar to visual studio 2010 setup file.

thanks i开发者_开发知识库n advance.


There is an open source script driven project called Wix which you could use here: http://wix.sourceforge.net/

There are some additional MSI installation file utilities.

Hopefully this helps.


WiX toolset is used to create Windows Installer based installers, MSI files. Visual Studio setup uses MSI to make changes to the system. Although MSI is very powerful, it provides limited UI experience, which, however, is quite enough for most setups.

Visual Studio setup uses a regular application that collects information from the user. Then it uses External UI (see MsiSetExternalUI function) to monitor and display progress of the installation.


Look at Setup guidelines and make your setup experience as simple as possible, but not simpler.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜