fiordean dacian wrote:
1. When double click on my new msi, it detects there is a previous product installed (there is a PREVFOUND property set I provided within the Upgrade sequence of my WiX code), but there is no message saying "Another version of ..." like I get when I do an upgrade with two msi files I generated with WiX but have different versions. It just goes like a normal install, even if some components are upgraded. What I'd expect is getting an error when double click ("Another version..."), but when launched with REINSTALL=ALL REINSTALLMODE=vomus it should work.

The REINSTALL/REINSTALLMODE behavior you describe is a minor upgrade. The Upgrade/UpgradeVersion schema is used to declare a major upgrade, which removes the previous product version as part of installing the newer.

Which do you want?

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to