mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 06:37:49 +02:00
Merge pull request #114 from ams-tschoening/windows_prob_noexec
Error "Firewall Builder: Unknown option 'n'." when opening files on Windows using double-click.
This commit is contained in:
commit
ad53357d83
@ -192,12 +192,12 @@ Section "FWBuilder (required)"
|
|||||||
; Write file associations and icons
|
; Write file associations and icons
|
||||||
|
|
||||||
WriteRegStr HKLM "Software\Classes\.fwb" "" "fwbfile"
|
WriteRegStr HKLM "Software\Classes\.fwb" "" "fwbfile"
|
||||||
WriteRegStr HKLM "Software\Classes\fwbfile\shell\open\command" "" "$INSTDIR\fwbuilder.exe -noexec %1"
|
WriteRegStr HKLM "Software\Classes\fwbfile\shell\open\command" "" '"$INSTDIR\fwbuilder.exe" "%1"'
|
||||||
WriteRegStr HKLM "Software\Classes\fwbfile\DefaultIcon" "" "$INSTDIR\fwbuilder.exe,0"
|
WriteRegStr HKLM "Software\Classes\fwbfile\DefaultIcon" "" '"$INSTDIR\fwbuilder.exe,0"'
|
||||||
|
|
||||||
WriteRegStr HKLM "Software\Classes\.fwl" "" "fwlfile"
|
WriteRegStr HKLM "Software\Classes\.fwl" "" "fwlfile"
|
||||||
WriteRegStr HKLM "Software\Classes\fwlfile\shell\open\command" "" "$INSTDIR\fwbuilder.exe -noexec %1"
|
WriteRegStr HKLM "Software\Classes\fwlfile\shell\open\command" "" '"$INSTDIR\fwbuilder.exe" "%1"'
|
||||||
WriteRegStr HKLM "Software\Classes\fwlfile\DefaultIcon" "" "$INSTDIR\fwbuilder.exe,0"
|
WriteRegStr HKLM "Software\Classes\fwlfile\DefaultIcon" "" '"$INSTDIR\fwbuilder.exe,0"'
|
||||||
|
|
||||||
|
|
||||||
; Create registry entry for putty session with ssh keepalive
|
; Create registry entry for putty session with ssh keepalive
|
||||||
@ -207,7 +207,7 @@ Section "FWBuilder (required)"
|
|||||||
; ========================================================================
|
; ========================================================================
|
||||||
; Configure installer to use our prepackaged plink.exe and pscp.exe but only if it was not configured before
|
; Configure installer to use our prepackaged plink.exe and pscp.exe but only if it was not configured before
|
||||||
;
|
;
|
||||||
; ******** THESE KEYS MUST MATCH THOSE USED BY the class FWBSettings
|
; ******** THESE KEYS MUST MATCH THOSE USED BY the class FWBSettings
|
||||||
;
|
;
|
||||||
ReadRegStr $0 HKCU "Software\firewallbuilder.org\${APPNAME}\${GENERATION}\SSH" "SSHPath"
|
ReadRegStr $0 HKCU "Software\firewallbuilder.org\${APPNAME}\${GENERATION}\SSH" "SSHPath"
|
||||||
StrCmp $0 "" 0 +3
|
StrCmp $0 "" 0 +3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user