Hi,

I have to verify and install Crystal as a prerequisite of my install in the
Bootstrapper.

I have implemented the following, but it doesn't seem to work.  Did I make a
mistake somewhere?  Thank you very much in advance for your help!

<Fragment>
    <util:RegistrySearch Root="HKLM"
                     Key="SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal
Reports for .NET Framework 4.0\Crystal Reports"
                     Value="CRRuntime32Version"
                     Variable="CrystalRuntime"
                     Result="exists"
                     Win64="yes"
                         />

    <util:RegistrySearch Root="HKLM"
                     Key="SOFTWARE\SAP BusinessObjects\Crystal Reports for
.NET Framework 4.0\Crystal Reports"
                     Value="CRRuntime32Version"
                     Variable="CrystalRuntimeXP"
                     Result="exists"
                         />

    <PackageGroup Id="CrystalReport">
      <MsiPackage After="NetFx40Redist"
                  DisplayName="Crystal Report"
                  Cache="yes"
                  Compressed="yes"
                  Permanent="yes"
                  Vital="yes"
                  SourceFile=".\CRRuntime_32bit_13_0_10.msi"
                  InstallCondition="CrystalRuntimeXP AND (NOT VersionNT64 OR
CrystalRuntime)"
                  />
    </PackageGroup>
  </Fragment>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-Crystal-Prerequisite-Install-tp7596900.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to