Re: [WiX-users] Remove existing products is removing almost all files, during Major Upgrade (Bob Arnson)

2009-01-30 Thread Pamela Alvarez
Thanks Ari, After your reply a reviewed with Orca the GUIDs of my components and find out that, since the version the issue started 80% of the GUIDs were changed I changed back to the original values and the Upgrade worked just fine. You're answer was exactly what I needed :) PameAlex --

[WiX-users] Remove existing products is removing almost all files during Major Upgrade

2009-01-30 Thread Pamela Alvarez
Hi All, This is the issue.. I'm developing a product that releases versions every month and each of these releases can be used as a major upgrade. For the Major Upgrade I've scheduled the RemoveExistingProducts action after InstallFinalize and it worked for a while.. but then one day without a

[WiX-users] Component condition ignored during Upgrade

2008-09-26 Thread Pamela Alvarez
Hi Guys, I really need some help!. I made 3 installers (1.0.1.0 -> v1, 1.0.2.0 ->v2, 1.0.3.0 ->v3) each is a full installer and also a major upgrade of the previous installer. As part of my installation I add a virtual Directory for IIS5 and IIS6 as a part of a component(Comp_VirtualDir) and a