简体   繁体   中英

Creating single file installer for .NET application

The installer for my .NET app consists of two file MyApp.msi and setup.exe. I want to have a single installer MyApp.exe (self extracting archive will do) with a specified icon. How can I do that? Is there any free tool available?

InnoSetup and NSIS are free tools for creating application setups.

For InnoSetup, ISTool makes it very easy to create setup scripts.

Technically the MSI is a single-file installer. It can be double-clicked to install the application. Setup.exe just launches the MSI.

A couple that I've seen:

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