Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread John Nannenga
dmailto:[EMAIL PROTECTED] On Behalf Of derekj Sent: Thursday, September 11, 2008 2:02 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Condition install and uninstall Hi, thanks for your help, wondering if you know where I can find information on amending the condition so it only fires

Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread derekj
ROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of derekj > Sent: Thursday, September 11, 2008 2:02 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Condition install and uninstall > > > Hi, > > thanks for your help, > > wondering if you k

Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread Alexander Shevchuk
@lists.sourceforge.net Subject: Re: [WiX-users] Condition install and uninstall Hi, thanks for your help, wondering if you know where I can find information on amending the condition so it only fires on install and not on install. regards Derekj John Nannenga wrote: > > Launch conditions fire when the con

Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread derekj
Hi, thanks for your help, wondering if you know where I can find information on amending the condition so it only fires on install and not on install. regards Derekj John Nannenga wrote: > > Launch conditions fire when the condition is false: >http://msdn.microsoft.com/en-us/library/aa3

Re: [WiX-users] Condition install and uninstall

2008-09-10 Thread John Nannenga
Launch conditions fire when the condition is false: http://msdn.microsoft.com/en-us/library/aa369752.aspx The property you likely mean to use is "Installed", not "INSTALLED". http://msdn.microsoft.com/en-us/library/aa369297(VS.85).aspx From: [EMAIL