Re: [WiX-users] Testing for Version Numbers??

2014-04-11 Thread Carter Young
It worked...

Quoting Carter Young ecyo...@grandecom.net:

 I'm aiming for RuntimeVersion =13.0.8, I'll give this a try tomorrow...

 Carter

 On Thursday, April 10, 2014 04:49:47 PM Phill Hogland wrote:
 In the prior post I meant to have the entity display:
 InstallCondition=RuntimeVersion amp;lt;=vx.x.x.x



 --
 View this message in context:  
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Testing-for-Version-Numbers-tp7594059p7594061.html
 Sent from the wix-users mailing list archive at Nabble.com.

 --
 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



 --
 There is one difference between a tax collector and a taxidermist --
 the taxidermist leaves the hide.
   -- Mortimer Caplan


 --
 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






--
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


[WiX-users] Testing for Version Numbers??

2014-04-10 Thread Carter Young
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


Re: [WiX-users] Testing for Version Numbers??

2014-04-10 Thread Phill Hogland
I think I have used something like this in the past?
InstallCondition=RuntimeVersion lt;=vx.x.x.x 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Testing-for-Version-Numbers-tp7594059p7594060.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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


Re: [WiX-users] Testing for Version Numbers??

2014-04-10 Thread Phill Hogland
In the prior post I meant to have the entity display:
InstallCondition=RuntimeVersion amp;lt;=vx.x.x.x



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Testing-for-Version-Numbers-tp7594059p7594061.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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


Re: [WiX-users] Testing for Version Numbers??

2014-04-10 Thread Carter Young
I'm aiming for RuntimeVersion =13.0.8, I'll give this a try tomorrow...

Carter 

On Thursday, April 10, 2014 04:49:47 PM Phill Hogland wrote:
In the prior post I meant to have the entity display:
InstallCondition=RuntimeVersion amp;lt;=vx.x.x.x



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Testing-for-Version-Numbers-tp7594059p7594061.html
Sent from the wix-users mailing list archive at Nabble.com.

--
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



-- 
There is one difference between a tax collector and a taxidermist --
the taxidermist leaves the hide.
-- Mortimer Caplan


--
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