Replies: 1 comment 2 replies
-
Did you try running the installer as an admin as a test? I think the default scope is perMachine which requires admin access. So the new perUser installer would require admin access to uninstall the old per-Machine MSI before installing the new per-User MSI. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently upgraded my application's installer created with WiX Toolset 4. In the older version, I did not specify a scope, while in the newer version, I set the scope to "perUser" to allow Non-Admin users to install the app aswell.
However, when attempting to update the application from the old version to the new one using the new installer, I encounter errors like
Both the old and new setups are installed in the same folder within AppData. Additionally, I use the
<MajorUpgrade>
element in my setup to ensure that the previous version is uninstalled before installing the new one. Despite this, I'm still facing this issue.Any insights or suggestions on how to troubleshoot and resolve this problem would be greatly appreciated. Thank you!
installation-log.txt
Beta Was this translation helpful? Give feedback.
All reactions