From b8c00070d8f37a9fc84a55c2576220267d0b0d41 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Jul 2022 12:00:19 +0530 Subject: [PATCH] Implement a proper check for Win10 in the MSI based on the build number from the registry --- bypy/windows/wix-template.xml | 11 ++++++++--- bypy/windows/wix.py | 4 ---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bypy/windows/wix-template.xml b/bypy/windows/wix-template.xml index 66e2fbcc6a..69a80b9e11 100644 --- a/bypy/windows/wix-template.xml +++ b/bypy/windows/wix-template.xml @@ -26,6 +26,11 @@ guarantees of anything. --> + + + + + - - = {minver})]]> + + + = 10240)]]>