Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[BACKPORT] Enable gdaltools by default on install in windows (when us…
…ing standalone installer)
  • Loading branch information
timlinux committed Mar 28, 2012
1 parent 0ef88a2 commit 5333b74
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 5333b74

Please sign in to comment.