From 069aa18e9f32ce50f27791ff87e6d45979652116 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 8 Dec 2006 11:21:44 +0000 Subject: [PATCH] fixed bug #1611251 - Uninstalling NSIS 2.22 leaves Start menu icons git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4838 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 15211281..f4f2d08a 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -23,6 +23,8 @@ InstType "Minimal" InstallDir $PROGRAMFILES\NSIS InstallDirRegKey HKLM Software\NSIS "" +RequestExecutionLevel admin + ;-------------------------------- ;Header Files