Hi 

I need to run a condition but only if a reg key is found

here is my reg search

<Property Id="OLDVERSIONDETECTED">
      <RegistrySearch Id="OldOpti" Type="raw" Root="HKLM"
Key="SOFTWARE\Optisoft\Settings\SetupType" Name="RegSearch" />
    </Property>

and here is my conditon that needs to run if the reg search brings back a
true value, please bear in mind i am new to wix

<Condition Message="Older version of Optisoft found. Please uninstall this
before preoceeding.">OLDVERSIONDETECTED  </Condition>

Thanks Guys/Gals
    
-- 
View this message in context: 
http://www.nabble.com/running-a-condition-when-reg-key-found-tf4527605.html#a12918726
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to