Anton Filippov wrote:
> And error occured when I run "msiexec /i inst.msi /log inst.log" (log 
> file):
> Another version of this product is already installed.  Installation of 
> this version cannot continue.  To configure or remove the existing 
> version of this product, use Add/Remove Programs on the Control Panel.

That's expected -- minor upgrades require REINSTALL/REINSTALLMODE to be 
specified on the command line. Only major upgrades are "automatic" via 
Upgrade/UpgradeVersion.
> If I run "msiexec /i inst.msi /log inst.log REINSTALL=ALL 
> REINSTALLMODE=vomus" this don't change any files.
> What's wrong?

Check a verbose log around the InstallValidate action; it will report 
what MSI decided to do for each feature and component. You also might 
use a Product/@Version of "1.0.1" because for product versions (though 
not file versions) MSI considers only the first three fields to be 
significant.

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