I am trying to read a registry key and setting that as a property but
for some reason it's not working. The installation interrupts with the
launch condition message defined in WIX.

I have a registry key created from another software
HKLM\Software\[Manufaturer]\RuntimeInstalled with a value of "yes"

In WIX file I am using it as ,

<Property Id="RUNTIME">
      <RegistrySearch Id="RegistryFound" Key="Software\[Manufacturer]"
Root="HKLM" Type="raw" Name="RuntimeInstalled" Win64="no" />
</Property>

My launch condition is,
<Condition Message="Runtime Not installed">RUNTIME=yes</Condition>

Any help would be appreciated.


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to