简体   繁体   中英

How can create an installer from my Application C#

I would like to create a wizard which will create an installer in C#. How can I do that? Please help.. I need to pack some executable files and a mdb database to the application creator. The database is dynamically generated. So the usual setup project won't work.

In order to have a more flexible (custom) installer, I recommend using WiX

you can start from here

Download WiX from here

or

The faster (typical) way but not flexible (custom) is:

new Project -> Other Project types -> Setup and Deployment

I use advanced Installer. It is not free software but It is pretty good and extremly easy to use. Check if it meets your requirement or not

http://www.advancedinstaller.com/

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