Xin Liu (Person Consulting) wrote:

*_Scenario_*: SomeMSI.msi with version 2.0.1.0 has already been installed on local computer.

*_Purpose_*: When a user runs SomeMSI.msi with version 2.0.2.0, the bits of 2.0.1.0 should be upgraded to 2.0.2.0

*_Problems_*: When the newer version of the msi is launched by "msiexec /I SomeMSI.msi REINSTALL=ALL REINSTALLMODE=vomus", an error occurred complaining that the SomeMSI.msi with version 2.0.1.0 cannot be found.


If you're using Upgrade/UpgradeVersion, you're performing a major upgrade and don't need/want to use REINSTALL/REINSTALLMODE, which is generally part of a minor update.

--
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