From 211d12be706894d0515f6bc16f7f5f1693a836aa Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Mon, 25 Mar 2024 20:10:34 +0100 Subject: [PATCH] Don't install new Immersive skin on Windows 7 It uses metro colors so it works only on Win8+. https://github.com/Open-Shell/Open-Shell-Menu/discussions/1866#discussioncomment-8906191 --- Src/Setup/Setup.wxs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/Setup/Setup.wxs b/Src/Setup/Setup.wxs index 18e4187..58b5cdd 100644 --- a/Src/Setup/Setup.wxs +++ b/Src/Setup/Setup.wxs @@ -538,9 +538,11 @@ + VersionNT>601 + VersionNT>601