Maybe in v3.6.

On Sun, Nov 28, 2010 at 7:26 AM, Sean Farrow
<sean.far...@seanfarrow.co.uk>wrote:

> Hi rob:
> Is there any plans to change this?
> I just need to check a regkey exists, and don't need to concern myself with
> any value.
> Writing a custom action...!
> Cheers
> Sean.
>
> -----Original 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 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
> <sean.far...@seanfarrow.co.uk>wrote:
>
> > Hi:
> > Using the util:Registry search I have the following code:
> > In a fragment:
> >    <util:RegistrySearch Id="JAWSRootSearch" Key="Software\Freedom
> > Scientific\JAWS" Root="HKLM" Result="Exists" Variable="ISJAWSINSTALLED"/>
> >    <Property Id="ISJAWSINSTALLED" Secure="yes">
> >      </Property>
> > Then in the main.wxs file:
> >    <PropertyRef Id="ISJAWSINSTALLED"/>
> > 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 it's reference for this all to work?
> > Any help appreciated as this is the only part of the installer I carn't
> get
> > working, and other parts depend on it.
> > Cheers
> > Sean.
> >
> >
> ------------------------------------------------------------------------------
> > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> > Tap into the largest installed PC base & get more eyes on your game by
> > optimizing for Intel(R) Graphics Technology. Get started today with the
> > Intel(R) Software Partner Program. Five $500 cash prizes are up for
> grabs.
> > http://p.sf.net/sfu/intelisp-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
>
> --
> virtually, Rob Mensching - 
> http://RobMensching.com<http://robmensching.com/>LLC
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to