【发布时间】:2021-11-04 22:13:44
【问题描述】:
我想创建一个URL-based Windows installer。我需要Msistuff.exe 到configure the Setup.exe resources。我已经安装了Windows SDK components。但是,我找不到 Msistuff.exe。请告知如何获取/找到它的路径。
【问题讨论】:
标签: windows url sdk windows-installer
我想创建一个URL-based Windows installer。我需要Msistuff.exe 到configure the Setup.exe resources。我已经安装了Windows SDK components。但是,我找不到 Msistuff.exe。请告知如何获取/找到它的路径。
【问题讨论】:
标签: windows url sdk windows-installer
我在任何地方都找不到 Msistuff.exe。 Naticklamb 在this page 上的评论帮助了我。我下载了this folder 并从VS2019 Developer Command Prompt 编译它。编译后,创建了 Msistuff.exe。我通过 Visual Studio Installer 安装了以下内容:
C++ CMake tools for Windows 获取nmake
C++ Windows XP Support for VS 2017 (v141) tools [Deprecated] 获取Win32.mak
【讨论】: