Hi:
Using the latest build of wix 3.6, I'm trying to use the util extension:
I've added WixUtilExtension.dll to my references list in a .wixlib project.
I then have the following in a fragment:
  <Fragment>
    <Property Id="ISJAWSINSTALLED" Value ="JAWSNotInstalled">
    </Property>
    <Util:RegistrySearch Id="JawsRootSearch" condition="not INSTALLED" 
root="HKLM" key="Software\Freedom Scientific\JAWS" result="exists" 
variable="ISJAWSINSTALLED"/>
  </Fragment>
When building I get the error that the namespace Util cannot be found.
Can somebody tell me what I've done wrong, as I'm sure I'm using the correct 
namespace!
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

Reply via email to