Install qgis into <path>/QuantumGIS rather than <path>/Quantum GIS so that grass shell can work. Note user still needs to intall in a base dir with no spaces. i.e. installing into c:\Program Files\QuantumGIS will not allow shell to work as the path has spaces in it.

git-svn-id: http://svn.osgeo.org/qgis/trunk@6146 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-11-29 12:25:28 +00:00
parent 567ac6414a
commit 3e4b7a794b
2 changed files with 7 additions and 7 deletions

View File

@ -187,10 +187,10 @@ Section Uninstall
RMDir /r "$INSTDIR/nad" RMDir /r "$INSTDIR/nad"
RMDir /r "$INSTDIR/msys" RMDir /r "$INSTDIR/msys"
;----------------- icons and shortcuts ;----------------- icons and shortcuts
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk" Delete "$SMPROGRAMS\$ICONS_GROUP\UninstallDebug.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk" Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
Delete "$DESKTOP\Quantum GIS.lnk" Delete "$DESKTOP\Quantum GIS Debug.lnk"
Delete "$SMPROGRAMS\$ICONS_GROUP\Quantum GIS.lnk" Delete "$SMPROGRAMS\$ICONS_GROUP\Quantum GIS Debug.lnk"
RMDir "$SMPROGRAMS\$ICONS_GROUP" RMDir "$SMPROGRAMS\$ICONS_GROUP"
;RMDir "$INSTDIR\plugins" ;RMDir "$INSTDIR\plugins"