From 37a37432a12072daa43ed5d5b48a416bd6cef171 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Wed, 28 Mar 2012 23:02:38 +0200 Subject: [PATCH] [BACKPORT] Enable gdaltools by default on install in windows (when using standalone installer) --- ms-windows/python_plugins.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/ms-windows/python_plugins.nsh b/ms-windows/python_plugins.nsh index 6c70f3c74bc9..0c1f9297db55 100644 --- a/ms-windows/python_plugins.nsh +++ b/ms-windows/python_plugins.nsh @@ -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 #################################