对 Visual Studio 2017 年的 WiX 项目模板感到困惑
Confused about WiX Project template in Visual Studio 2017
每个 WiX 在线教程 - 使用 Visual Studio - 我尝试按照要求用户创建一个 WiX 安装项目,如下所示:
Right click on your solution folder and select Add > New Project…
Select ‘Windows Installer XML’ > ‘Setup Project’ and give your installer project a name as shown below:
但是从 here and following their instructions to install WiX 3.11 RC2 from here 安装 Wix Toolset Visual Studio 2017 Extension
后,我在 VS2017 社区版中得到的是一组 Wix 模板,如下所示。 问题:我应该使用下图中显示的哪个模板来为简单的 Winform 应用程序创建 MSI
安装程序?或者,我在这里缺少什么吗?如果是这样,我该如何补救? [注:您可以点击图片查看大图]
是的,这是已知问题,他们正在解决:https://github.com/wixtoolset/issues/issues/5531。这是 RC 而不是 RTM。
你应该 select WiX Toolset\v3\Setup 项目
每个 WiX 在线教程 - 使用 Visual Studio - 我尝试按照要求用户创建一个 WiX 安装项目,如下所示:
Right click on your solution folder and select Add > New Project…
Select ‘Windows Installer XML’ > ‘Setup Project’ and give your installer project a name as shown below:
但是从 here and following their instructions to install WiX 3.11 RC2 from here 安装 Wix Toolset Visual Studio 2017 Extension
后,我在 VS2017 社区版中得到的是一组 Wix 模板,如下所示。 问题:我应该使用下图中显示的哪个模板来为简单的 Winform 应用程序创建 MSI
安装程序?或者,我在这里缺少什么吗?如果是这样,我该如何补救? [注:您可以点击图片查看大图]
是的,这是已知问题,他们正在解决:https://github.com/wixtoolset/issues/issues/5531。这是 RC 而不是 RTM。
你应该 select WiX Toolset\v3\Setup 项目