WiX Toolset 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。
中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。
如果你想构建一个 Windows 安装工具,那么 WiX Toolset 已经准备了一组强大的工具随时待命。
创建安装包的过程可以无缝的接入你的开发过程中,完美与 Visual Studio 集成。
制作 Windows 安装包,离不开一个称为 InstallShield 的商业解决方案。而假若需求并不复杂,那么 WiX Toolset 就是一个有力的替代方案。
因此,作为免费方案被很多开源软件所使用。
WiX Toolset provides the most powerful set of tools available to create your Windows installation experience.
Seamlessly integrate installation package creation into your development process with text based source code compiled and linked with tasks for MSBuild and Visual Studio integration.
以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。