From c75859b350882dea679aa3d1f455e5b900703a46 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 21 Nov 2025 11:31:00 +0900 Subject: [PATCH] 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. --- setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.iss b/setup.iss index 7faadea..1a36683 100644 --- a/setup.iss +++ b/setup.iss @@ -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"