Re: [WiX-users] Dependency of third-part applications

2009-02-20 Thread Bob Arnson
Volnei dos Santos wrote: > You are correct, Bob; I've right the wrong code here. But unfortunately it's > not the main problem. Man, I've tried millions of variants of this code, > including your suggestion. That's why I think the way I'm doing the thing > may be wrong... > Then start with a ve

Re: [WiX-users] Dependency of third-part applications

2009-02-19 Thread Volnei dos Santos
Thank you for the replies! Let's see... -- > Date: Thu, 19 Feb 2009 15:46:00 -0800 > From: "John Cooper (Volt)" > > I think what you want to do could be done with a: > > 1) Launch condition dependent on a property; > 2) The property is set based on a Registry Search, File Search, or > Co

Re: [WiX-users] Dependency of third-part applications

2009-02-19 Thread Bob Arnson
Volnei dos Santos wrote: >Minimum='$(var.ThirdPartAppVersion)' Maximum='$(var.ThirdPartAppVersion)' /> > > > > >After='FindRelatedProducts'>NOTFOUND > I think you have your logic reversed: You want the error message to be shown if the property *isn't* set (meaning the other produ

Re: [WiX-users] Dependency of third-part applications

2009-02-19 Thread John Cooper (Volt)
I think what you want to do could be done with a: 1) Launch condition dependent on a property; 2) The property is set based on a Registry Search, File Search, or Component Search. -- John M. Cooper -Original Message- From: Volnei dos Santos [mailto:vol...@gmail.com] Sent: Thursday, F