SF.net SVN: geany:[5021] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jun 12 12:03:50 UTC 2010


Revision: 5021
          http://geany.svn.sourceforge.net/geany/?rev=5021&view=rev
Author:   eht16
Date:     2010-06-12 12:03:50 +0000 (Sat, 12 Jun 2010)

Log Message:
-----------
Change the RequestExecutionLevel for the Windows installer to 'highest'.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.nsi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-06-12 11:56:53 UTC (rev 5020)
+++ trunk/ChangeLog	2010-06-12 12:03:50 UTC (rev 5021)
@@ -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".
 
 

Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi	2010-06-12 11:56:53 UTC (rev 5020)
+++ trunk/geany.nsi	2010-06-12 12:03:50 UTC (rev 5021)
@@ -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 "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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list