{"id":15541999,"url":"https://github.com/dwickern/wix-user-to-machine","last_synced_at":"2025-04-12T22:37:08.071Z","repository":{"id":6025049,"uuid":"7248980","full_name":"dwickern/wix-user-to-machine","owner":"dwickern","description":"Upgrade a WiX installation from per-user to per-machine","archived":false,"fork":false,"pushed_at":"2016-01-30T03:25:02.000Z","size":349,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-03T12:23:42.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwickern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-19T23:09:57.000Z","updated_at":"2020-05-17T17:41:18.000Z","dependencies_parsed_at":"2022-09-12T11:10:11.249Z","dependency_job_id":null,"html_url":"https://github.com/dwickern/wix-user-to-machine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fwix-user-to-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fwix-user-to-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fwix-user-to-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwickern%2Fwix-user-to-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwickern","download_url":"https://codeload.github.com/dwickern/wix-user-to-machine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643006,"owners_count":21138353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T12:20:18.487Z","updated_at":"2025-04-12T22:37:08.053Z","avatar_url":"https://github.com/dwickern.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"wix-user-to-machine\n===================\n\nUpgrade a WiX installation from per-user to per-machine\n\nOut of the box, MSI will not upgrade a per-user product to per-machine.\nThis is a [well](http://stackoverflow.com/questions/678002/how-do-i-fix-the-upgrade-logic-of-a-wix-setup-after-changing-installscope-to-pe)\n[known](http://stackoverflow.com/questions/12048032/why-major-upgrade-does-not-upgrade-previous-per-machine-installation)\n[problem](http://stackoverflow.com/questions/11119838/wix-installer-cant-upgrade-from-previously-installed-windows-installer-sw).\nThis example leverages burn to work around this limitation.\n\nProjects:\n- [UpgradeTestApplication](UpgradeTestApplication): A dummy application to install\n- [PerUserSetup](PerUserSetup): WiX MSI with `perUser` scope\n- [PerMachineSetup](PerMachineSetup): WiX MSI with `perMachine` scope\n- [UninstallRelatedProducts](UninstallRelatedProducts): Command-line application which uninstalls products with a given upgrade code\n- [PerMachineBootstrapper](PerMachineBootstrapper): WiX bootstrapper which combines `UninstallRelatedProducts` and `PerMachineSetup`\n\nTo reproduce the upgrade problem, install `PerUserSetup` then `PerMachineSetup`.\nThere will be two ARP entries since MSI did not perform an upgrade.\n\nIf you install `PerUserSetup` then `PerMachineBootstrapper`, the per-user installation will be properly removed.\nThere will only be one ARP entry for `PerMachineBootstrapper`.\n\n## License\n\nSee [LICENSE](LICENSE.md) (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwickern%2Fwix-user-to-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwickern%2Fwix-user-to-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwickern%2Fwix-user-to-machine/lists"}