diff --git a/virtio-win-drivers-installer/constants.wxi.in b/virtio-win-drivers-installer/constants.wxi.in index 94c9987..97361cf 100644 --- a/virtio-win-drivers-installer/constants.wxi.in +++ b/virtio-win-drivers-installer/constants.wxi.in @@ -21,7 +21,7 @@ VersionNT64 AND MsiNTProductType = 1)' ?> < "8.1" AND VersionNT = VersionNT64 AND MsiNTProductType = 1)' ?> < "8.1" AND VersionNT <> VersionNT64 AND MsiNTProductType = 1)' ?> -< "Windows 10" NOT REGISTRY_CURRENT_BUILD_NUMBER <> "22000" AND VersionNT = VersionNT64 AND MsiNTProductType = 1)' ?> +< "Windows 10" AND REGISTRY_CURRENT_BUILD_NUMBER < "22000" AND VersionNT = VersionNT64 AND MsiNTProductType = 1)' ?> < "Windows 10" AND VersionNT <> VersionNT64 AND MsiNTProductType = 1)' ?> -< "Windows 10" AND REGISTRY_CURRENT_BUILD_NUMBER >< "22000" AND VersionNT = VersionNT64 AND MsiNTProductType = 1 )' ?> - \ No newline at end of file + < "Windows 10" AND REGISTRY_CURRENT_BUILD_NUMBER >= "22000" AND VersionNT = VersionNT64 AND MsiNTProductType = 1 )' ?> +