开发者

Visual Studio: Publish application

开发者 https://www.devze.com 2023-04-11 01:51 出处:网络
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 applic开发者_如何学编程ation so that it creates an installer so that other

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 applic开发者_如何学编程ation 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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号