简体   繁体   中英

Visual Studio: Publish application

I made a simple Windows application to test how I can publish my application. So what I want to know is how can I publish my application so that it creates an installer so that other users around the world can download, install and use my application?

Thanks

You could use the "setup" project available in visual studio, that creates a MSI file.

Also you may use the publish concept called "click-once-deployment". Please go through this article that explains the methodology:

http://www.codeproject.com/KB/install/ClickOnce-Deployment.aspx

Create homepage to describe your application information, update somewhere for others to download. Well, you can give a try by creating a site on CodePlex, SourceForge ...

You could try ClickOnce .

ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation.

You just need to define which prerequisites you want to include in bootstraper, as described here

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