diff --git a/Examples/Modern UI/StartMenu.nsi b/Examples/Modern UI/StartMenu.nsi index 7fd46db0..373d97c5 100644 --- a/Examples/Modern UI/StartMenu.nsi +++ b/Examples/Modern UI/StartMenu.nsi @@ -20,6 +20,9 @@ ;Get installation folder from registry if available InstallDirRegKey HKCU "Software\Modern UI Test" "" + ;Vista redirects $SMPROGRAMS to all users without this + RequestExecutionLevel admin + ;-------------------------------- ;Variables