Skip to content

Commit dced881

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

win_build/qgis.nsi

+3
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)