From 2c22bab7ba80b79e0ca321ad34e6a4d9687196bb Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Thu, 28 Jun 2007 07:35:04 +0000 Subject: [PATCH] Windows Vista: request highest possible execution level for current user git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18926 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../Win32/packaging/installer/include/declarations.nsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/development/Win32/packaging/installer/include/declarations.nsh b/development/Win32/packaging/installer/include/declarations.nsh index 85d887600b..b0943dbe95 100644 --- a/development/Win32/packaging/installer/include/declarations.nsh +++ b/development/Win32/packaging/installer/include/declarations.nsh @@ -33,6 +33,11 @@ Declarations !define SHCNE_ASSOCCHANGED 0x08000000 !define SHCNF_IDLIST 0x0000 +;-------------------------------- +;Windows Vista settings + +RequestExecutionLevel highest + ;-------------------------------- ;Reserve Files ;These files should come first in the compressed data (for faster GUI)