简体   繁体   English

创建一个Windows安装程序

[英]Create a windows installer

Information regarding the walkthrough of a Windows installer creation from a Visual Studio solution ( which contains a dll and a app project), are really limited through the internet. 有关通过Visual Studio解决方案创建Windows安装程序的演练的信息(包含dll和应用程序项目),实际上是通过Internet来限制的。

How can we do that? 我们该怎么做?

Setup development is, well, development. 设置开发就是开发。 You don't just read one or two blogs and all of a sudden know how to do everything you need to do. 您不仅阅读了一个或两个博客,而且一下子就知道该怎么做。

I suggest checking out WiX and reading: 我建议检查WiX并阅读:

WiX: A Developer's Guide to Windows Installer XML WiX:Windows Installer XML开发人员指南

I wrote an opensource tool for WiX called IsWiX and you can use it to assist in authoring WiX installers. 我为WiX编写了一个名为IsWiX的开源工具,您可以使用它来协助编写WiX安装程序。 A silent video showing it's use to create an MSI for a Windows Service can be found here . 可以在此处找到无声视频,其中显示了该视频用于创建Windows Service的MSI。

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. Windows Installer XML(WiX)是一个从XML源代码构建Windows安装程序包的工具集。 Example can be found here. 示例可以在这里找到。 http://wix.tramontana.co.hu/tutorial/getting-started http://wix.tramontana.co.hu/tutorial/getting-started

Installsheild is another one,but it is not opensource Installsheild是另一个,但不是开源的

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

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