Application upgrade issues #7863
Replies: 1 comment 3 replies
-
@claybrooks did you ever find a solution for this problem? I am running into the same issue with some software that was upgraded from Wix v3 to Wix v5 and haven't been able to find an answer anywhere |
Beta Was this translation helpful? Give feedback.
3 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.
-
I'm running in to an issue with Wix installers during an upgrade path. My new installer is not detecting the previously installed version.
Some things about the setup that may be important:
- ProductName changed
- Manufacturer changed
- Default folder name within Program Files (x86) changed
In some aspects, Wix is not detecting the previous version when launching the new msi
But in other aspects, Wix seems to be upgrading fine
Here is a condensed Product.wxs. I've included what I think is relevant for dealing with upgrades.
I'm happy to share more details about the setup if necessary.
I was under the impression the UpgradeCode is the key for windows to know what the application is, despite the version and other metadata. Is the rebranding causing issues with windows detecting a previous install?
Beta Was this translation helpful? Give feedback.
All reactions