You need an actual number for the ServicePackLevel Try this: ((VersionNT = v5.1 AND ServicePackLevel >= 3) OR (VersionNT = v5.2 AND ServicePackLevel >= 2) OR (VersionNT = v6.0 AND ServicePackLevel >= 1 AND NTProductType = 1) OR (VersionNT = v6.0 AND ServicePackLevel >= 1 AND NTProductType = 3) OR (VersionNT = v6.1 AND ServicePackLevel >= 1 AND NTProductType = 1) OR (VersionNT = v6.1 AND ServicePackLevel >= 1 AND NTProductType = 3) OR (VersionNT = v6.2 AND NTProductType = 1) OR (VersionNT = v6.2 AND NTProductType = 3))
This checks: Windows XP with Service Pack 3, Windows Vista with Service Pack 1, Windows 7 with Service Pack 1, Windows Server 2008 R2 with Service Pack 1, Windows 8, Windows Server 2012 -----Original Message----- From: James Allen [mailto:jal...@bidpalnetwork.com] Sent: April-03-13 12:02 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] System Properties? This will compile however the resultant .exe will not run, what am I doing wrong? <Bundle Name="AppName" Version="1.0.0.0" Manufacturer="AppCompany" UpgradeCode="3601032C-27E7-A8C9-4323-88E01967A9C2145E" Condition="((VersionNT >= v5.1) AND (ServicePackLevel<http://msdn.microsoft.com/en-us/library/windows/desktop/aa371639(v=vs.85).aspx> >=2) AND (PhysicalMemory > 2048) AND (OutOfDiskSpace = 'FALSE'))" > James Allen ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users