You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
We need to run an application when the bootstrapper closes. This application requires administrator privileges. In order to avoid multiple elevation prompts it would be helpful to have a method in the bootstrapper engine which is capable of executing an elevated process. (E.g: Engine.RunElevated(fileName, arguments));
See also: [WiX-users] Run a custom exe with administrator privileges with burn (2011-07-05)
I think a better solution would be to allow Burn to be built with a manifest that required elevation. Then the prompt is done once at the beginning and never has to be done again.
We need to run an application when the bootstrapper closes. This application requires administrator privileges. In order to avoid multiple elevation prompts it would be helpful to have a method in the bootstrapper engine which is capable of executing an elevated process. (E.g: Engine.RunElevated(fileName, arguments));
See also: [WiX-users] Run a custom exe with administrator privileges with burn (2011-07-05)
The text was updated successfully, but these errors were encountered: