From bbf256e1bd21362ce60cec76c95d8107582e4f9a Mon Sep 17 00:00:00 2001 From: Adrien JUND Date: Fri, 21 Oct 2016 16:44:07 +0200 Subject: [PATCH] Installer - Add KB2919355 check for windows 8 --- dokan_wix/Bootstrapper/Bundle.wxs | 76 ++++++++++++++++++------------- 1 file changed, 44 insertions(+), 32 deletions(-) diff --git a/dokan_wix/Bootstrapper/Bundle.wxs b/dokan_wix/Bootstrapper/Bundle.wxs index 6fc5d9f88..eea7f5c8b 100644 --- a/dokan_wix/Bootstrapper/Bundle.wxs +++ b/dokan_wix/Bootstrapper/Bundle.wxs @@ -6,29 +6,29 @@ xmlns:util='http://schemas.microsoft.com/wix/UtilExtension' xmlns:netfx='http://schemas.microsoft.com/wix/NetFxExtension' > - - - - - - - - + + + + + + + @@ -36,19 +36,19 @@ - @@ -60,9 +60,10 @@ v6.1 OR (VersionNT = v6.1 AND ServicePackLevel >= 1)]]> + - + - - - + + + + + + + + + + + +