Minor Upgrade Randomly Leaves Old Version in Add/Remove Programs #6525
Replies: 2 comments 3 replies
-
WiX doesn't use issues for support. We moved this issue to the experimental GitHub discussions area. |
Beta Was this translation helpful? Give feedback.
-
You'll need to pour over the log files to track down the inconsistencies. Eventually, I'm pretty confident you'll find the root cause is not a random number generator 😄 but some (possibly complex) interplay between package versions that manifest the problem. Good luck. If you want help diagnosing complex (or even not so complex installation problems), check out commercial support from FireGiant. |
Beta Was this translation helpful? Give feedback.
-
Update:
Here is the Product and Package attributes. The Upgrade code never changes. My build scripts simply parse the Version and update it to a higher number. This viewer does not handle xml so that's why I have escaped the less than and greater than values.
<Product Id="{F621DE0C-9524-4723-AB8F-9BD724F33130}" Name="My Product Name" Language="1033" Version="20.0.0.100" Manufacturer="" UpgradeCode="{2D860B08-38BA-422A-A4EF-259DD39D9716}">
<Package Id="*" Keywords="Installer" Description="My Product Installer" Comments="" Manufacturer="" InstallerVersion="300" Languages="1033" Compressed="yes" InstallScope="perMachine" />
`
Beta Was this translation helpful? Give feedback.
All reactions