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

tugger-wix: Add option to set msi as per-user install rather than per-machine. #713

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrewleech
Copy link

I'm migrating an existing application from a different msi build tool to pyoxidizer, and it turns out the old msi's don't have the per-machine install spec. This means that new msi's with "InstallScope", "perMachine" can't automatically uninstall existing installations (even with matching updadecode uuid).

This PR adds an optional flag msi.per_user_install = True to remove the per-machine spec, allowing it to fallback to default per-user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants