mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
567ac6414a
commit
3e4b7a794b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user