How to set Burn EngineWorkingDirectory #7094
-
I'm creating a WiXv4 install bundle and running into a security policy issue where the installer executable can't be launched from the I have created a String Value of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That appears to be the correct location in the registry with a valid path, but the directory that is specified must already exist. This is because it is only used when the bundle is running elevated, and you are expected to lock this folder down to only allow administrators to access it. |
Beta Was this translation helpful? Give feedback.
That appears to be the correct location in the registry with a valid path, but the directory that is specified must already exist. This is because it is only used when the bundle is running elevated, and you are expected to lock this folder down to only allow administrators to access it.