From dced88109e618a8382444ba055ea2e2ba27aad4b Mon Sep 17 00:00:00 2001 From: timlinux Date: Mon, 26 Feb 2007 12:25:46 +0000 Subject: [PATCH] Make installing the application section mandatory git-svn-id: http://svn.osgeo.org/qgis/trunk@6705 c8812cc2-4d05-0410-92ff-de0c093fc19c --- win_build/qgis.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win_build/qgis.nsi b/win_build/qgis.nsi index 8b9f5bd15de..14c6ad536bc 100644 --- a/win_build/qgis.nsi +++ b/win_build/qgis.nsi @@ -90,6 +90,9 @@ ShowInstDetails show ShowUnInstDetails show Section "Quantum GIS Application" SEC01 + ;this section is mandatory + SectionIn RO + ;Set the reg key so we get default toolbar layout !include qgis_window_geometry.nsh SetOutPath "$INSTDIR"