Hi:
In an install I am writing I have the following property:
  <Fragment>
    <Property Id="ISJAWSINSTALLED" Value ="JAWSNotInstalled">
      <RegistrySearch Id="JAWSInstallRootSearch" Type="raw" Root="HKLM" 
Key="Software\Freedom Scientific\JAWS"/>
    </Property>
  </Fragment>
On my machine this parent key exists but the default key of type res_sz is not 
set to anything.
I then have the following in my <package element:
    <InstallUISequence>
      <LaunchConditions After='AppSearch' />
    </InstallUISequence>

    <InstallExecuteSequence>
      <LaunchConditions After='AppSearch' />
    </InstallExecuteSequence>
<Condition MessageJAWS for windows is not installed.">
    <![CDATA[Installed OR ISJAWSINSTALLED]]>
</Condition>
On my machine the product is installed, but I keop being told it isn't 
installed.
Anyone spot the issue, as I'm stumpte, and other than using a custom action I 
carn't see the way forward-the installer has a number of properties like this!
Any help appreciated.
Sean.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to