From f47ce901b2738ea7c4a1b48dc3d2c874acdf203e Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 23 Feb 2007 12:45:13 +0000 Subject: [PATCH] fixed bug #1664957 - Vista Start Menu git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4952 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/StartMenu.nsi | 3 +++ 1 file changed, 3 insertions(+) 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