Skip to content

Commit

Permalink
[BACKPORT] Enable gdaltools by default on install in windows (when us…
Browse files Browse the repository at this point in the history
…ing standalone installer)
  • Loading branch information
timlinux authored and alexbruy committed Apr 7, 2012
1 parent 8392504 commit 37a3743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ms-windows/python_plugins.nsh
Expand Up @@ -9,6 +9,7 @@

WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "plugin_installer" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "fTools" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "GdalTools" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "mapserver_export" "true"

############################### reg2nsis end #################################

0 comments on commit 37a3743

Please sign in to comment.