Re: [WiX-users] Testing a variables value from the util extension

2010-11-28 Thread Rob Mensching
riginal Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: 28 November 2010 14:58 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Testing a variables value from the util extension > > Util registry search is currently

Re: [WiX-users] Testing a variables value from the util extension

2010-11-28 Thread Sean Farrow
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Testing a variables value from the util extension Util registry search is currently only supported in Bundles. You want the regular RegistrySearch for use with Product Properties. On Sun, Nov 28, 2010 at 1:40 AM, Sean Farrow

Re: [WiX-users] Testing a variables value from the util extension

2010-11-28 Thread Rob Mensching
Util registry search is currently only supported in Bundles. You want the regular RegistrySearch for use with Product Properties. On Sun, Nov 28, 2010 at 1:40 AM, Sean Farrow wrote: > Hi: > Using the util:Registry search I have the following code: > In a fragment: > > > > Then in th

[WiX-users] Testing a variables value from the util extension

2010-11-28 Thread Sean Farrow
Hi: Using the util:Registry search I have the following code: In a fragment: Then in the main.wxs file: How do I then test this in a condition, I've tried the following in a condition text: "ISJAWSINSTALLED" =true And "ISJAWSINSTALLED" ="true" Do I even need the property and