Replies: 1 comment 1 reply
-
Please open a bug. Burn is deciding to cache the .NET redist, which is a per-machine package and is cached in a per-machine location. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a small application for which I made a wix 3 setup that installed it to the local AppData folder. This never required admin permissions and it worked flawlessly.
Recently I upgraded to Wix 4. But now it started to ask for elevated permissions to install the setup. I added Scope="perUser" to it to avoid it from asking for elevated permissions, but now Setup fails with permissions errors on Non Admin user account. If I remove
<PackageGroupRef Id="NetFx462Redist" />
it works fine.Why is this happening and how can I avoid that?
Error log:
Here is my product.wxs
And Bundle.wxs
Beta Was this translation helpful? Give feedback.
All reactions