Browse Source

winGRASS: disable registerExtension in stand-alone installer

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59311 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
412529ce3a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mswindows/GRASS-Installer.nsi.tmpl

+ 3 - 3
mswindows/GRASS-Installer.nsi.tmpl

@@ -630,9 +630,9 @@ Section "GRASS" SecGRASS
 	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