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/trunk/qgis@6705 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 26, 2007
1 parent e68399f commit b1973f3
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 b1973f3

Please sign in to comment.