Re: [WiX-users] Automatic remove of older version

2010-10-01 Thread marric01
Ok, its working now, I had to change the InstallSequence too NOT Installed NOT Installed NOT Installed NOT Installed NOT Installed NOT Installed Installed Installed Installed Installed Installed ASPNETREGII

Re: [WiX-users] Automatic remove of older version

2010-10-01 Thread marric01
Hi Thanks to all of you for the help. I was not changing my product ID lol thats why its was always saying that a newer version was installed. But I found that this is not doing the same uninstall that Add/Remove Program do. I have many custom action that create things (SQL Server Database, Anal

Re: [WiX-users] Automatic remove of older version

2010-10-01 Thread fiordean dacian
. --- On Thu, 9/30/10, marric01 wrote: From: marric01 Subject: [WiX-users] Automatic remove of older version To: wix-users@lists.sourceforge.net Date: Thursday, September 30, 2010, 10:44 PM Hi, I made an installer with WIX 3.5 that deploy things for a BI Solution. When I have a new version

Re: [WiX-users] Automatic remove of older version

2010-09-30 Thread Chris Lord
Richard Here's some help on doing upgrades http://blogs.technet.com/b/alexshev/archive/2008/02/15/from-msi-to-wix-part-8-major-upgrade.aspx Looking at your code, I think you may have sequenced RemoveExistingProducts in the wrong place. It either needs to be or The first option removes

[WiX-users] Automatic remove of older version

2010-09-30 Thread marric01
Hi, I made an installer with WIX 3.5 that deploy things for a BI Solution. When I have a new version of my WIX Installer, and the client run the installer (MSI), can it automatically uninstall any older version installed on the PC and start the installation of the new version ? It is something