Skip to content

Commit

Permalink
Make installing the application section mandatory
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6704 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 26, 2007
1 parent 27029db commit 84e2312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win_build/qgis.nsi
Expand Up @@ -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"
Expand Down

0 comments on commit 84e2312

Please sign in to comment.