Unfortunately, it didn't.
My problem is that the registry key is not being found, not that the
registry search is not being executed.
Here is my bootsrapper code:
        <Bundle Name="Setup" Version="1.0.0.0" Manufacturer="Company"
UpgradeCode="3731eedd-c21c-40e2-bf03-653ea4a186e2">
                <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" />
    <util:RegistrySearch Root="HKLM" Id="PostgreSearch" Win64="yes"
Result="exists" Key="SOFTWARE\PostgreSQL\Installations\posgresql-x64-9.3"
Value="Version" Variable="PostgreVersion" />
    <Chain>
      <ExePackage Id="PostSQL93" Name="PostgreSQL x64 9.3 setup" Cache="no"
Compressed="yes" PerMachine="yes" Permanent="yes" Vital="yes"
InstallCommand="/q"
        SourceFile="postgresql-9.3.4-4-windows-x64.exe"
        DetectCondition="PostgreVersion" />
      <RollbackBoundary/>
      <MsiPackage Id="ManServ" SourceFile="SetupProject1.msi" Vital="yes"
DisplayInternalUI="yes"/>
    </Chain>
        </Bundle>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RegistrySearch-problem-tp7596055p7596062.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to