PerUser instead of PerMachine bundle installation #7212
Unanswered
laurentcau
asked this question in
Questions
Replies: 2 comments 4 replies
-
If you run |
Beta Was this translation helpful? Give feedback.
3 replies
-
You can install HeatWave and convert your authoring to test it. HeatWave and WiX v4 live side-by-side with WiX v3. |
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 defined a bundle with several items in the Chain,
all items are marked ForcePerMachine="yes" for MsiPackage and PerMachine="yes" for ExePackage
but my bundle seems to be always installed in a PerUser mode.
How do I make it install as PerMachine ? In installation log I see:
What I understood is: if all packages are set PerMachine, Bundle should also be set PerMachine. So I make sure my MSI were set as PerMachine both in bundle xml and msi xml with InstallScope="perMachine".
Beta Was this translation helpful? Give feedback.
All reactions