From b2df22104ee04e3f926628483a39f77a1ba3e7fd Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Fri, 23 Oct 2020 16:20:42 +0200 Subject: [PATCH] Setup: Fix installer warning on Windows 7 `Warning 1946. Property 'System.AppUserModel.ToastActivatorCLSID' for shortcut 'Open-Shell Update.lnk' could not be set.` Windows 7 doesn't recognize `System.AppUserModel.ToastActivatorCLSID` name so we have to use GUID directly. https://docs.microsoft.com/en-us/troubleshoot/windows/win32/warning-1946-when-you-install-installer-package Fixes #507. --- Src/Setup/Setup.wxs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Src/Setup/Setup.wxs b/Src/Setup/Setup.wxs index eb9c07d..cedf072 100644 --- a/Src/Setup/Setup.wxs +++ b/Src/Setup/Setup.wxs @@ -576,7 +576,8 @@ - + + START_MENU_FOLDER=1