I'm creating a WiXv4-Preview1 install bundle and running into a security policy issue where the installer executable can't be launched from the %TEMP%
directory. I see in the release notes that I am supposed to be able to set a registry value at HKLM\Software\Policies\Wix\Burn
to control this.
I have created a String Value of EngineWorkingDirectory
in the above location set to C:\test
and rebuilt the bundle but the Windows application log is still showing that the installer is executing out of C:\Windows\Temp\{guid}\.cr\installer.exe
and is subsequently blocked. Since the documentation for v4 is still in progress I don't have anything to fall back on to understand if I'm using the capability correctly or missing something. Any help would be appreciated.