Re: [WiX-users] Problem with LaunchCondition

2007-02-27 Thread Joseph O'Sullivan
Thanks Rob looks like I got some reading to do. Joe -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 27 February 2007 17:52 To: Joseph O'Sullivan; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Problem with LaunchCondition Check out:

Re: [WiX-users] Problem with LaunchCondition

2007-02-27 Thread Rob Mensching
Check out: http://blogs.msdn.com/robmen/archive/2006/08/22/712812.aspx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph O'Sullivan Sent: Tuesday, February 27, 2007 9:35 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem

Re: [WiX-users] Problem with LaunchCondition

2007-02-27 Thread Agustín Bergé
I believe you should use Installed OR TEST="", that way the condition will be allways valid at uninstall. K-ballo.- Joseph O'Sullivan escribió: >I am trying to make this piece of code work > > > Key="SOFTWARE\Vendor\Product\" Name="Install Started" Type="raw" /> > > > >Now t

Re: [WiX-users] Problem with LaunchCondition

2007-02-27 Thread K-ballo
I believe you should use Installed OR TEST="", that way the condition will be allways valid at uninstall. K-ballo.- Joseph O'Sullivan escribió: > I am trying to make this piece of code work > > >Key="SOFTWARE\Vendor\Product\" Name="Install Started" Type="raw" /> > > >

[WiX-users] Problem with LaunchCondition

2007-02-27 Thread Joseph O'Sullivan
I am trying to make this piece of code work Now this works fine if I install, however, when I go to uninstall it won't let me unless I remove the registry key. I think this is down to the condition I am using. This is what I am trying to get to so it shows what I have done. Ins