Skip to content

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

Open
andrewleech wants to merge 1 commit intoindygreg:mainfrom
andrewleech:wix_per_user
Open

tugger-wix: Add option to set msi as per-user install rather than per-machine.#713
andrewleech wants to merge 1 commit intoindygreg:mainfrom
andrewleech:wix_per_user

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