Change the RequestExecutionLevel for the Windows installer to 'highest'.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5021 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2010-06-12 12:03:50 +00:00
parent 6900791a59
commit 593341baa8
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
* po/POTFILES.skip:
Add doc/stash-example.c to fix 'make distcheck'.
* geany.nsi:
Change the RequestExecutionLevel for the Windows installer to
'highest'.
* New release: Geany 0.19 "Vellam".

View File

@ -27,7 +27,7 @@
; Do a Cyclic Redundancy Check to make sure the installer was not corrupted by the download
CRCCheck force
RequestExecutionLevel user ; set execution level for Windows Vista
RequestExecutionLevel highest ; set execution level for Windows Vista
;;;;;;;;;;;;;;;;;;;
; helper defines ;
@ -54,7 +54,7 @@ VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
VIAddVersionKey "LegalCopyright" "Copyright 2005-2010 by the Geany developer team"
VIAddVersionKey "FileDescription" "${PRODUCT_NAME} Installer"
BrandingText "$(^NAME) installer (NSIS 2.45)"
BrandingText "$(^NAME) installer (NSIS 2.46)"
InstallDir "$PROGRAMFILES\Geany"
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
SetCompressor /SOLID lzma