Visual Studio 2010 - 发布 Windows 窗体或 WPF 应用程序

发布于 2024-12-02 17:57:17 字数 364 浏览 1 评论 0原文

我一直在四处寻找,除了: http://msdn.microsoft.com /en-us/library/31kztyey.aspx 我没有找到有关如何发布我编写的 Windows 窗体应用程序的信息。

我已设法在本地计算机上发布并安装我的应用程序,但不是按照我预期的方式。我希望能够压缩包含我发布的项目的文件夹并将其上传到某个地方,此时人们可以下载 zip 文件并安装我的应用程序。发布向导似乎无法以这种方式发布,或者如果可以,则相当不清楚。

有人能在这里指出正确的方向吗?如果需要的话,我还可以澄清我想做什么。

I've been looking around and other than: http://msdn.microsoft.com/en-us/library/31kztyey.aspx I have found no information on how to publish a Windows form application I have written.

I have managed to publish and then install my application on my local computer, but not in the way I had intended. I was hoping to be able to zip up the folder containing my published project and upload it somewhere, at which point people can download the zip file and install my application. The publishing wizard doesn't seem to be able to publish in such a way, or if it is, it is fairly unclear.

Can anyone point me in the right direction here? I can also clarify what I would like to do if need.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

蓝海 2024-12-09 17:57:17

您可以创建安装项目(文件->新建->项目->其他项目类型->安装和部署->Visual Studio安装程序->安装项目)。因此,在解决方案资源管理器中,您可以添加现有项目。添加项目后,您可以在“文件系统”窗口中添加程序输出(右键单击“应用程序文件夹”->“添加”->“项目输出...”),因此您可以从“项目组合框”中选择您的项目)。添加项目输出后,您可以构建安装项目,并且安装项目中将包含安装文件。
有关详细信息,您可以查看:

创建设置和部署的步骤

安装项目

You can create Setup Project ( File-> New -> Project -> Other Project Type -> Setup and Deployment -> Visual Studio Installer -> Setup Project ). So, in Solution Explorer, you can add existing project. After add your project, you can add your program output in File System window( Right click on Application Folder -> Add -> Project Output ... ), so you select your project from Project ComboBox ). After adding your project output, you can build your setup-project and you will have your setup file in your setup-project.
For more information you can check :

Steps to Create Setup and Deployment

Setup Projects

忆依然 2024-12-09 17:57:17

尝试这种方式:ClickOnce(太简单,免费,许多功能,例如更新)

编辑:绝对有很多方法,您也可以使用第三方软件(例如InstallSheild)。并查看不同的 Windows Installer 和 ClickOnce

Try this way: ClickOnce (Too simple, free, many ability like Update )

Edit : Absolutely there are many ways, also you can use third party software (like InstallSheild). and Look at Different Windows Installer and ClickOnce

心的憧憬 2024-12-09 17:57:17

您可以创建一个安装项目 - 通过此项目,您可以简单地编译安装程序并部署所有安装文件/msi,并且用户可以从此安装。

You can create a setup-project - with this you can simply compile a setup and deploy all the setupfiles/msi and the user can install from this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文