From b633f2e80880890ee3f87137f787051ec06696cc Mon Sep 17 00:00:00 2001 From: cyroz Date: Tue, 13 Aug 2024 11:35:52 -0400 Subject: [PATCH] 2 --- script.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.iss b/script.iss index 7cd22db..bdad230 100644 --- a/script.iss +++ b/script.iss @@ -10,7 +10,7 @@ [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{78A01AFE-8FF8-488A-B205-063492C685C7} +AppId={{417515B5-5533-403E-8AC0-DE1FC8CB175F} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} @@ -53,6 +53,7 @@ Source: "C:\Users\cyroz\Downloads\vidcord\dist\vidcord\*"; DestDir: "{app}"; Fla ;Registry data from file context.reg Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord"; Flags: uninsdeletekeyifempty Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord"; ValueType: string; ValueName: ""; ValueData: "Compress with vidcord"; Flags: uninsdeletevalue +Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord"; ValueType: string; ValueName: "Icon"; ValueData: "\""C:\Program Files\vidcord\_internal\icon.ico\"""; Flags: uninsdeletevalue Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord\command"; Flags: uninsdeletekeyifempty Root: HKA; Subkey: "Software\Classes\SystemFileAssociations\.mp4\shell\vidcord\command"; ValueType: string; ValueName: ""; ValueData: "\""C:\Program Files\vidcord\vidcord.exe\"" \""%1\"""; Flags: uninsdeletevalue ;End of registry data from file context.reg