52294

Question:
Back in WiX 3.7, there was a setupbld.exe
tool, which could output .EXE setup files. <a href="http://wixtoolset.org/issues/4120/" rel="nofollow">Issue 4210</a> removed "SetupBld and friends", and nothing was added in exchange.
What I want is to have the simplest possible EXE "launcher", to which I could attach a Manifest, so that it will start Elevated out of the box. I don't want any fancy bootstrappers and chainers, I want a simple EXE. What is the way to do it in WiX 3.8?
Answer1:If you want to use setupbld.exe in WiX 3.8+, you just need to copy the following files from WiX 3.7 "bin" folder into 3.8 / 3.9 WiX "bin" folder:
<ul><li>setup.exe</li> <li>setupbld.exe</li> <li>SetupBuilder.dll</li> </ul>