-
With the out of process bootstrapper agent it is now possible to add a manifest to the custom BA assembly.
I know that it shouldn't be done in general but sometimes old software requires doing things like this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
A manifest won't elevate a BA. Elevated BAs aren't supported; that hasn't changed. |
Beta Was this translation helpful? Give feedback.
-
Option 3 is part of our security design. Option 1 exposes more security risk but is handled because it can happen due to user behavior. Half of the security vulnerabilities reported in WiX are due to supporting this case. Option 2 does not work, and if it was made to work, it would have security problems. |
Beta Was this translation helpful? Give feedback.
A manifest won't elevate a BA. Elevated BAs aren't supported; that hasn't changed.