Hi, I have a requirement to set minimum OS requirement to be XP SP3 and Server 2003 sp2. XP 64 bit and Server 2003 have one thing in common - NTVersion - v5.2. This makes it difficult to set a condition based on NTVersion.
Condition =" ((VersionNT = v5.1) AND (ServicePackLevel >= 3)) OR ((VersionNT = v5.2) AND (ServicePackLevel >= 2)) OR (VersionNT >= 6.0)" This condition will also allow application to be installed on XP 64 bit SP2, which is not my intention. As per this link http://msdn.microsoft.com/en-us/library/aa370329%28v=vs.85%29.aspx MSI installer offers MsiNTProductType, which can be used in condition to determine if OS is server based or not. However, I do not see this variable listed under bundle varilables, nor I can find any mention of it in the help files. Any advise regarding this issue? Regards, Goran ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users