Home > Back-end >  Msistuff.exe is missing in Windows 10
Msistuff.exe is missing in Windows 10

Time:09-17

I want to create a URL-based Windows installer. I need Msistuff.exe to configure the Setup.exe resources. I have installed the Windows SDK components. However, I am unable to find Msistuff.exe. Please advise how to get that/find its path.

CodePudding user response:

I could not find Msistuff.exe anywhere. The comment from Naticklamb on this page helped me. I downloaded this folder and compiled it from VS2019 Developer Command Prompt. After compiling, the Msistuff.exe was created. I installed the following through Visual Studio Installer:

  1. C CMake tools for Windows to get nmake
  2. C Windows XP Support for VS 2017 (v141) tools [Deprecated] to get Win32.mak
  • Related