Skip to content

Commit 5333b74

Browse files
committed
[BACKPORT] Enable gdaltools by default on install in windows (when using standalone installer)
1 parent 0ef88a2 commit 5333b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ms-windows/python_plugins.nsh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "plugin_installer" "true"
1111
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "fTools" "true"
12+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "GdalTools" "true"
1213
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "mapserver_export" "true"
1314

1415
############################### reg2nsis end #################################

0 commit comments

Comments
 (0)