How Can I change RuntimeVersion = 0 into a version check as in  
RuntimeVersion <= x.x.x.x when <= is not allowed??

<PackageGroup Id="CrystalReportsRuntimesExe">
       <MsiPackage Id="CRRuntime1309"
                   After="NetFx451RedistExe"
                    
SourceFile="$(sys.CURRENTDIR)Installers\CRRuntime_64bit_13_0_9.msi"
                   Visible="yes"
                   Vital="yes"
                   DisplayInternalUI="no"
                    
DownloadUrl="http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_9.zip";
                   InstallCondition="RuntimeVersion = 0" />
     </PackageGroup>
     <Variable Name="RuntimeVersion" Type="numeric" Value="0" />
     <util:RegistrySearch Id="CRYSTAL1309"
                          Variable="RuntimeVersion"
                          Root="HKLM"
                          Key="SOFTWARE\SAP BusinessObjects\Crystal  
Reports for .NET Framework 4.0\Crystal Reports"
                          Value="CRRuntime64Version"
                          Result="value"/>

Carter



------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to