|
@@ -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
|