Skip to content

Commit b1973f3

Browse files
author
timlinux
committed
Make installing the application section mandatory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6705 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e68399f commit b1973f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

win_build/qgis.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ ShowInstDetails show
9090
ShowUnInstDetails show
9191

9292
Section "Quantum GIS Application" SEC01
93+
;this section is mandatory
94+
SectionIn RO
95+
9396
;Set the reg key so we get default toolbar layout
9497
!include qgis_window_geometry.nsh
9598
SetOutPath "$INSTDIR"

0 commit comments

Comments
 (0)