[GRASS-SVN] r59311 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 24 09:28:01 PDT 2014


Author: martinl
Date: 2014-03-24 09:28:00 -0700 (Mon, 24 Mar 2014)
New Revision: 59311

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS: disable registerExtension in stand-alone installer

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2014-03-24 16:02:22 UTC (rev 59310)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2014-03-24 16:28:00 UTC (rev 59311)
@@ -630,9 +630,9 @@
 	WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${GRASS_BASE}" "Publisher" "${PUBLISHER}"
         
         ;File Association
-        ${registerExtension} "$INSTALL_DIR\extrabin\pythonw.exe" ".py"  "Python File"
-        ${registerExtension} "$INSTALL_DIR\extrabin\pythonw.exe" ".pyc" "Compiled Python File"
-        ${registerExtension} "$INSTALL_DIR\extrabin\pythonw.exe" ".pyw" "Python File (no console)"
+        ;${registerExtension} "$INSTALL_DIR\extrabin\pythonw.exe" ".py"  "Python File"
+        ;${registerExtension} "$INSTALL_DIR\extrabin\pythonw.exe" ".pyc" "Compiled Python File"
+        ;${registerExtension} "$INSTALL_DIR\extrabin\pythonw.exe" ".pyw" "Python File (no console)"
 
 	;Create the Desktop Shortcut
 	SetShellVarContext current



More information about the grass-commit mailing list