简体   繁体   中英

Create a windows installer

Information regarding the walkthrough of a Windows installer creation from a Visual Studio solution ( which contains a dll and a app project), are really limited through the internet.

How can we do that?

Setup development is, well, development. You don't just read one or two blogs and all of a sudden know how to do everything you need to do.

I suggest checking out WiX and reading:

WiX: A Developer's Guide to Windows Installer XML

I wrote an opensource tool for WiX called IsWiX and you can use it to assist in authoring WiX installers. A silent video showing it's use to create an MSI for a Windows Service can be found here .

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. Example can be found here. http://wix.tramontana.co.hu/tutorial/getting-started

Installsheild is another one,but it is not opensource

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM