Hi,

The message you get is when you do a minor upgrade (ProductCode is the same, 
just version changes). In this case (minor upgrades), you have to launch your 
msi from the command line with like this:

msiexec /i <your_setup>.msi REINSTALL=ALL REINSTALLMODE=vomus.

If you want to completely remove your product first, a major upgrade is what 
you want. For this, change both product code and version for your new setup. 
Also, add an Upgrade tag refering to your previous version (make sure you set 
OnlyDetect to 'no' in there). You will probably want to schedule 
'RemoveExistingProducts' custom action after 'InstallInitialize'.

Dacian



----- Original Message ----
From: Harm-Jan Zwinderman <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Thursday, June 14, 2007 3:24:27 PM
Subject: [WiX-users] How to automatically uninstall a Product in a WIX installer

Hi,

I did build a WIX msi installer to install our product.
However when I run this installer again I do get a message box with the text
'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.'

What I would want to happen is that the installer first would deinstall 
the product and then reinstalls it from the WIX msi installer.

I have been playing around with the tag RemoveExistingProducts however 
that doesn't do the trick.

Is it possible to automatically uninstall in a WIX msi installer?

Best Regards,
Harm-Jan Zwinderman

-- 
Charm B.V.
Kruislaan 406
1098 SM Amsterdam
T +31 (0)20-751 2190
[EMAIL PROTECTED]

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







 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
-------------------------------------------------------------------------
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