Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for elevating Burn bundle extensions #6358

Open
bryand-recastsoftware opened this issue Feb 17, 2021 · 0 comments
Open

Support for elevating Burn bundle extensions #6358

bryand-recastsoftware opened this issue Feb 17, 2021 · 0 comments
Labels
burn wip required This issue is complex enough that it requires a WiX Improvement Proposal to be accepted first
Milestone

Comments

@bryand-recastsoftware
Copy link

  • Describe the scenario and benefits that the feature supports.

When gathering information for a custom bootstrapper UI you may need to run as administrator in order to read certain registry keys or configuration files. In my particular use case I need to gather information from another vendor's registry entries and they had removed the read permissions from the User group. Only by elevating to admin could I read those values to bring into the UI to help the user configure our product.

  • Describe how you're accomplishing the feature today (if possible).

Creating a standalone EXE with a manifest that forces elevation and calling that from the boostrapper. This presents the user with multiple UAC prompts instead of one.

  • Describe what you'd like the new feature to do.

When using v4's new bundle extensions #5539 support running them in an elevated mode. Ideally this would elevate the engine so that the user is only presented with a single UAC prompt.

@barnson barnson added burn wip required This issue is complex enough that it requires a WiX Improvement Proposal to be accepted first and removed triage labels Feb 18, 2021
@barnson barnson added this to the v4.x milestone Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
burn wip required This issue is complex enough that it requires a WiX Improvement Proposal to be accepted first
Projects
None yet
Development

No branches or pull requests

2 participants