简体   繁体   中英

How to create a single setup.exe using visual studio 2010?

When I am publishing my project, it creates a folder named "Application Files" and two files named "ProjectName.application" and "setup.exe". But I am not expecting this. When I publish my project/solution it will create a single setup.exe and no ohter folder and files will create there.

The app.application manifest file and setup.exe are the so-called smart client deployment model. AFAIK, you can provide a link to app.application on a webpage and .NET aware browsers are able to download necessary files from the manifest.

If you need a setup package that end users can click-and-install, you should use a setup creator like the one VS 2010 suggests - InstallShield Express.

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