问题描述
我写的.Net 4.0,并且在某些应用程序,我正在寻找一种方法来部署它。
I wrote some application under .Net 4.0 and I am looking a way to deploy it.
我的一些套件,将能够后:
I am after some kit that will be able to:
- 把一些predefined文件夹我的文件,
- 创建所有需要的捷径
- 将我在程序菜单中的应用程序。
在理想情况下这个工具包应该是自由的,简单易用。
Ideally this kit should be free and simple to use.
推荐答案
绝对听起来像维克斯工作(Windows安装程序的XML工具集)。
Definitely sounds like a job for WiX (Windows Installer XML Toolset).
它是基于XML的免费开源MSI创作工具。它暴露了微星的功能,100%,我发现它是在过去非常有用 - 它绝对有能力这样做,你提问中所指出的一切
Its a free open source MSI authoring toolkit that is xml based. It exposes 100% of the functionality of MSI and I've found it to be very useful in the past - it's definitely capable of doing everything that you have stated in your question.
另外,作为WiX的是目前广泛使用的,有大量的可用资源网站:
Also as WiX is now widely used, there are plenty of resources available on the web:
- 官方文档
- 介绍的Windows Installer XML工具集(教程)
- Good学习如何从维克斯(StackOveflow问题) 创建MSI安装程序的资源
- Official documentation
- Introduction to the Windows Installer XML Toolset (Tutorial)
- Good resources for learning how to create MSI installers from WiX (StackOveflow Question)
这篇关于部署工具包的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!