[wix-users] Windows vX.X mismatch from the System and the VersionNT
Nir Bar
nir.bar at panel-sw.com
Tue Jun 5 00:09:30 PDT 2018
VersionNT64 in bundle conditions has different value than MSI condition.
The condition for MSI package should be:
Installed OR ((VersionNT64 >= 601) AND (ServicePackLevel >= 1)) OR (VersionNT64 >= 602)
A functionally equivalent condition in bundle would be:
WixBundleInstalled OR ((VersionNT64 >= v6.1) AND (ServicePackLevel >= 1)) OR (VersionNT64 >= v6.2)
--
Nir Bar, Independent WiX Expert. Creator of-
JetBA: WiX WPF Bootstrapper User Interface Framework
JetBA++: WiX Native Bootstrapper User Interface Framework
JetRummikub: Install WiX packages on remote machines
More information about the wix-users
mailing list