简体   繁体   English

Visual Studio:发布应用程序

[英]Visual Studio: Publish application

I made a simple Windows application to test how I can publish my application. 我制作了一个简单的Windows应用程序来测试如何发布我的应用程序。 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. 您可以使用visual studio中提供的“setup”项目来创建MSI文件。

Also you may use the publish concept called "click-once-deployment". 您也可以使用名为“click-once-deployment”的发布概念。 Please go through this article that explains the methodology: 请仔细阅读本文解释方法:

http://www.codeproject.com/KB/install/ClickOnce-Deployment.aspx 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 ... 好吧,您可以尝试在CodePlex, SourceForge创建一个站点CodePlex, SourceForge ......

You could try ClickOnce . 你可以试试ClickOnce

ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation. ClickOnce部署允许您将基于Windows的应用程序发布到Web服务器或网络文件共享,以简化安装。

You just need to define which prerequisites you want to include in bootstraper, as described here 你只需要定义要在bootstraper包括其先决条件,如所描述这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM