简体   繁体   English

如何部署 .Net Windows 应用程序

[英]How to deploy .Net Windows Application

Please, Is there any book or tutorial for deploying .Net Windows Application/Assemblies.请问,是否有任何关于部署 .Net Windows 应用程序/程序集的书籍或教程。

I required In-Depth tutorial for .Net Application Deployment.我需要 .Net 应用程序部署的深入教程。

If you are looking to produce an MSI redistributable installer for your clients, or Group Policy deployment then I'd recommend learning the WiX system.如果您希望为您的客户端或组策略部署生成 MSI 可再发行安装程序,那么我建议您学习 WiX 系统。

The Visual Studio Setup Project is no longer supported in VS11 (VS2012) and the free InstallShield alternative has less features than the VS10 setup project. VS11 (VS2012) 不再支持 Visual Studio 安装项目,并且免费的 InstallShield 替代品的功能少于 VS10 安装项目。

Go here http://wixtoolset.org/ and here: http://wix.tramontana.co.hu/tutorial/getting-started/the-software-package to learn how the XML file is constructed, then start adding your files into the WiX package.去这里http://wixtoolset.org/和这里: http : //wix.tramontana.co.hu/tutorial/getting-started/the-software-package了解如何构建 XML 文件,然后开始添加文件进入 WiX 包。

The toolset http://wixtoolset.org/releases/v3.6/stable download includes a VS11 project template which integrates nicely with VS and whatever source control you're using.工具集http://wixtoolset.org/releases/v3.6/stable下载包括一个 VS11 项目模板,它与 VS 和您使用的任何源代码控制很好地集成。

Hope this helps a bit!希望这个对你有帮助!

Follow this.按照这个。 You will be able to deploy with Setup Projects您将能够使用安装项目进行部署

http://documentation.devexpress.com/#xaf/CustomDocument3235 http://documentation.devexpress.com/#xaf/CustomDocument3235

我使用的是手机,因此无法为您提供链接,但您需要做的就是将可执行文件从项目的 bin 文件夹中复制出来。

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

相关问题 如何将Windows应用程序部署到较旧的.NET Framework - How to deploy windows application to an older .NET Framework 如何在 Mac 和 Windows 上部署 .NET Framework 应用程序? 如何构建跨平台(windows 和 MacOS).NET Core? - How can I deploy .NET Framework application on Mac and Windows both? How to Build Cross-Platform(windows and MacOS) .NET Core? 如何使用命令行重建.net CF应用程序并在Windows Mobile模拟器中部署 - How to rebuild .net CF application and deploy in windows mobile emulator using command-line 如何将 ASP.NET 核心 web 应用程序部署到 ZAEA23489CE3AA9B6406EBB28E0CDA4016 上的 IIS 应用程序 - How to deploy ASP.NET core web application to IIS on Windows Server 2016 如何使用Topshelf将asp.net Core 2.1 MVC应用程序部署为Windows服务 - How to deploy asp.net core 2.1 MVC application as windows service using topshelf 如何将windows phone 10应用程序部署到设备? - how to deploy windows phone 10 application to a device? 如何通过Internet部署Windows应用程序 - How to deploy a Windows application over the internet 如何部署Windows窗体数据库应用程序 - How to deploy a windows forms database application 在Windows Server 2008中部署ASP.net应用程序 - Deploy an ASP.net application in windows server 2008 无法在Windows Server 2012上部署ASP.net应用程序 - can't deploy ASP.net application on windows Server 2012
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM