[QGIS Commit] r10465 - branches/Version-1_0/ms-windows

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Apr 4 10:08:23 EDT 2009


Author: timlinux
Date: 2009-04-04 10:08:23 -0400 (Sat, 04 Apr 2009)
New Revision: 10465

Modified:
   branches/Version-1_0/ms-windows/QGIS-Installer.nsi
Log:
Apply registry entries during install so toolbars, plugins and python plugins get setup nicely on first run

Modified: branches/Version-1_0/ms-windows/QGIS-Installer.nsi
===================================================================
--- branches/Version-1_0/ms-windows/QGIS-Installer.nsi	2009-04-04 14:05:27 UTC (rev 10464)
+++ branches/Version-1_0/ms-windows/QGIS-Installer.nsi	2009-04-04 14:08:23 UTC (rev 10465)
@@ -301,6 +301,13 @@
 Section "Quantum GIS" SecQGIS
 
 	SectionIn RO
+
+        ;Added by Tim to set the reg key so we get default toolbar layout
+        !include ui.nsh
+        ;Added by Tim to set the reg key so we get default plugin loading 
+        !include plugins.nsh
+        ;Added by Tim to set the reg key so we get default python & py plugins
+        !include python_plugins.nsh
 	
 	;Set the INSTALL_DIR variable
 	Var /GLOBAL INSTALL_DIR



More information about the QGIS-commit mailing list