汉王,立思辰和华高的安装包,使用不同的GUID

This commit is contained in:
luoliangyi 2022-08-01 17:46:20 +08:00
parent 8aa6ffe6bf
commit fedfe77f1e
14 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,7 @@
; 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={{7076DC53-5C2F-4216-9783-2A6F954FEB3E}
AppId={{4486975C-CBCF-430B-BED1-427866D1738E}
AppName={#MyAppName}
AppVerName={#MyAppName}
AppVersion={#MyAppVersion}
@ -126,10 +126,10 @@ var
InstalledVersion,SubKeyName: String;
begin
if (IsWin64()) then begin
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{7076DC53-5C2F-4216-9783-2A6F954FEB3E}_is1';
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{4486975C-CBCF-430B-BED1-427866D1738E}_is1';
RegWriteStringValue(HKLM64,SubKeyName,'DisplayIcon',iconPath);
end else begin
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{7076DC53-5C2F-4216-9783-2A6F954FEB3E}_is1';
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{4486975C-CBCF-430B-BED1-427866D1738E}_is1';
RegWriteStringValue(HKLM,SubKeyName,'DisplayIcon',iconPath);
end;
end;

View File

@ -10,7 +10,7 @@
; 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={{7076DC53-5C2F-4216-9783-2A6F954FEB3E}
AppId={{F2890F43-A51C-4379-BB79-992616B1D6BD}
AppName={#MyAppName}
AppVerName={#MyAppName}
AppVersion={#MyAppVersion}
@ -130,10 +130,10 @@ var
InstalledVersion,SubKeyName: String;
begin
if (IsWin64()) then begin
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{7076DC53-5C2F-4216-9783-2A6F954FEB3E}_is1';
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F2890F43-A51C-4379-BB79-992616B1D6BD}_is1';
RegWriteStringValue(HKLM64,SubKeyName,'DisplayIcon',iconPath);
end else begin
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{7076DC53-5C2F-4216-9783-2A6F954FEB3E}_is1';
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{F2890F43-A51C-4379-BB79-992616B1D6BD}_is1';
RegWriteStringValue(HKLM,SubKeyName,'DisplayIcon',iconPath);
end;
end;

View File

@ -10,7 +10,7 @@
; 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={{A3F8F136-CE97-4B09-AB55-A0CCD825C09A}
AppId={{A95F4D03-46AE-4262-8FE0-99D2D85705D8}
AppName={#MyAppName}
AppVerName={#MyAppName}
AppVersion={#MyAppVersion}
@ -107,10 +107,10 @@ var
InstalledVersion,SubKeyName: String;
begin
if (IsWin64()) then begin
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A3F8F136-CE97-4B09-AB55-A0CCD825C09A}_is1';
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A95F4D03-46AE-4262-8FE0-99D2D85705D8}_is1';
RegWriteStringValue(HKLM64,SubKeyName,'DisplayIcon',iconPath);
end else begin
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{A3F8F136-CE97-4B09-AB55-A0CCD825C09A}_is1';
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{A95F4D03-46AE-4262-8FE0-99D2D85705D8}_is1';
RegWriteStringValue(HKLM,SubKeyName,'DisplayIcon',iconPath);
end;
end;

View File

@ -10,7 +10,7 @@
; 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={{A3F8F136-CE97-4B09-AB55-A0CCD825C09A}
AppId={{63F80920-AB67-49A5-AE9E-555165DC5122}
AppName={#MyAppName}
AppVerName={#MyAppName}
AppVersion={#MyAppVersion}
@ -107,10 +107,10 @@ var
InstalledVersion,SubKeyName: String;
begin
if (IsWin64()) then begin
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A3F8F136-CE97-4B09-AB55-A0CCD825C09A}_is1';
SubKeyName := 'Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{63F80920-AB67-49A5-AE9E-555165DC5122}_is1';
RegWriteStringValue(HKLM64,SubKeyName,'DisplayIcon',iconPath);
end else begin
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{A3F8F136-CE97-4B09-AB55-A0CCD825C09A}_is1';
SubKeyName := 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{63F80920-AB67-49A5-AE9E-555165DC5122}_is1';
RegWriteStringValue(HKLM,SubKeyName,'DisplayIcon',iconPath);
end;
end;