mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 10:00:57 +00:00
Enable registry section in setup script
Uncommented the [Registry] section in setup.iss to allow registry entries to be created during installation. This change is necessary for proper file association and protocol handling.
This commit is contained in:
parent
15e6596285
commit
c75859b350
|
|
@ -27,7 +27,7 @@ DisableProgramGroupPage=yes
|
|||
LicenseFile=SECURITY.MD
|
||||
ChangesAssociations=yes
|
||||
|
||||
; [Registry]
|
||||
[Registry]
|
||||
; Root: HKCR; Subkey: "welsonjs"; ValueType: "string"; ValueData: "URL:{cm:AppName}"; Flags: uninsdeletekey
|
||||
; Root: HKCR; Subkey: "welsonjs"; ValueType: "string"; ValueName: "URL Protocol"; ValueData: ""
|
||||
; Root: HKCR; Subkey: "welsonjs\DefaultIcon"; ValueType: "string"; ValueData: "{app}\app\favicon.ico,0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user