2009-04-04 14:16:28 +00:00
|
|
|
############################### reg2nsis begin #################################
|
|
|
|
# This NSIS-script was generated by the Reg2Nsis utility #
|
|
|
|
# Author : Artem Zankovich #
|
|
|
|
# URL : http://aarrtteemm.nm.ru #
|
|
|
|
# Usage : You can freely inserts this into your setup script as inline text #
|
|
|
|
# or include file with the help of !include directive. #
|
|
|
|
# Please don't remove this header. #
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "plugin_installer" "true"
|
|
|
|
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "fTools" "true"
|
2012-03-28 23:02:38 +02:00
|
|
|
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "GdalTools" "true"
|
2009-04-04 14:16:28 +00:00
|
|
|
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\QGIS\PythonPlugins" "mapserver_export" "true"
|
|
|
|
|
|
|
|
############################### reg2nsis end #################################
|