I wrote an install program with wix and it worked fine to install my program. Now I need to update it, so I bumped up the version number but when I go to install the new program over the old one it complains that an older version is already installed and tells me to uninstall it fisrt. How do I get it to update or automatically uninstall it before reinstalling?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This post worked for me. |
|||||
|
|
I checked through all the posts mentioned above and still spent ages trying to get this to work. The hint on the official HOWTO for upgrades in Step 3 helped a lot: You need a new I used this upgrade section (child of Product):
Note that
Also note that apparently, only the first three components of the version number are used to check for upgrades... |
|||||
|
|
you need to use the upgrade table:
you need also add a action:
|
|||
|
|