mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
"noexec" is an unsupported option and prevents opening files by double-click in Windows Explorer.
This commit is contained in:
parent
1ff9a82e80
commit
710739e104
@ -192,11 +192,11 @@ Section "FWBuilder (required)"
|
||||
; Write file associations and icons
|
||||
|
||||
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\.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"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user