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:
Namhyeon, Go 2025-11-21 11:31:00 +09:00
parent 15e6596285
commit c75859b350

View File

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