Re: [WiX-users] Condition for Upgrading... [P]

2013-05-10 Thread Steven Ogilvie
3 10:25 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Condition for Upgrading... Major upgrades have a property that gets set when the older version is found. To use Bob's example: OLDERVERSIONBEINGUPGRADED can be used as yo

Re: [WiX-users] Condition for Upgrading... [P]

2013-05-10 Thread Steven Ogilvie
Windows Installer XML toolset.' Subject: Re: [WiX-users] Condition for Upgrading... Major upgrades have a property that gets set when the older version is found. To use Bob's example: OLDERVERSIONBEINGUPGRADED can be used as your condition. If you're referrin

Re: [WiX-users] Condition for Upgrading...

2013-05-10 Thread Phil Wilson
ODE as the condition. Phil -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: Thursday, May 09, 2013 11:43 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Condition for Upgrading... Hi folks, I am confused, I looked within the WIX userlist and Googled this

[WiX-users] Condition for Upgrading...

2013-05-09 Thread StevenOgilvie
Hi folks, I am confused, I looked within the WIX userlist and Googled this but I seem to have mixed results... I want to run a custom action on an Upgrade only.. I currently have it as: NOT Installed AND SERVER_INSTALL="0" But in some cases it is being run on a fresh install :( I am using the