QGIS/ms-windows/plugins.nsh
Nyall Dawson c25b17dc4c GPS Tools plugin is no more!
The functionality from the plugin has been moved into the core QGIS
install, with tools available from the Processing -> GPS group,
or via the Data Source Manager - GPS tab.
2021-08-03 09:22:31 +10:00

15 lines
997 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\Plugins" "grassplugin" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS3\Plugins" "offlineeditingplugin" "true"
WriteRegStr HKEY_CURRENT_USER "Software\QGIS\QGIS3\Plugins" "topolplugin" "true"
############################### reg2nsis end #################################