mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
15 lines
1002 B
NSIS
15 lines
1002 B
NSIS
############################### 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\QGIS\QGIS3\PythonPlugins" "GdalTools" "true"
|
|
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS3\PythonPlugins" "db_manager" "true"
|
|
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS3\PythonPlugins" "processing" "true"
|
|
|
|
############################### reg2nsis end #################################
|