Closed
Description
Description of the new feature / enhancement
This depends on 2 things:
- [Setup] Support per-user installation #15516
- The fact that dotnet runtime requires elevation on install. WiX Bootstrapper cannot determine whether it'll require elevation based on dotnet being present in the system and proceeds to always require it. Looks like that behavior isn't configurable, so unless we move to another installation technology like WiXSharp, we can consider being blocked by it.
Scenario when this would be used?
That happens during installation/upgrade.
Supporting information
No response