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
That's called a major upgrade. You need to change the product id for your newer installer as well as the version. You also have to say that you want previous version uninstalled. You have 2 options: 1. Use an Upgrade element like explained here. Remember to schedule RemoveExistingProducts acti

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