简体   繁体   中英

How to create Setup.exe

I have a console application called app.exe. I need to create Setup.exe so that, if we download and run the Setup.exe it should download the app.exe and install. It should be something like chrome. If we download ChromeSetup.exe and run it, it downloads and installs the actual chrome browser in the PC. How to do that.(Preferably in c#)

Not quite sure if that is what you are looking for:

1. Click on solution and then Properties.
2. Click on Publish and then Prerequisites.
3. Click on 'Create setup program'

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