From 3d18ce6222c20fcfe93236bf0b689cef92e370ed Mon Sep 17 00:00:00 2001 From: jef Date: Sat, 5 Jun 2010 20:59:01 +0000 Subject: [PATCH] remove second RequestExecutionLevel git-svn-id: http://svn.osgeo.org/qgis/trunk@13665 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ms-windows/QGIS-Installer.nsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/ms-windows/QGIS-Installer.nsi b/ms-windows/QGIS-Installer.nsi index 9bf0fcdc498..d2d1997ca16 100644 --- a/ms-windows/QGIS-Installer.nsi +++ b/ms-windows/QGIS-Installer.nsi @@ -112,9 +112,6 @@ OutFile "${INSTALLER_NAME}" ;Define installation folder InstallDir "$PROGRAMFILES\${QGIS_BASE}" -;Request application privileges for Windows Vista -RequestExecutionLevel user - ;Tell the installer to show Install and Uninstall details as default ShowInstDetails show ShowUnInstDetails show