diff --git a/win/package/hanvon/HanvonScan_App_Setup_4.1032.2022.7281.exe b/win/package/hanvon/HanvonScan_App_Setup_4.1032.2022.7281.exe deleted file mode 100644 index 1021c5d..0000000 Binary files a/win/package/hanvon/HanvonScan_App_Setup_4.1032.2022.7281.exe and /dev/null differ diff --git a/win/package/hanvon/HanvonScan_App_Setup_4.1034.2022.8011.exe b/win/package/hanvon/HanvonScan_App_Setup_4.1034.2022.8011.exe index 64f6e81..6bfeda6 100644 Binary files a/win/package/hanvon/HanvonScan_App_Setup_4.1034.2022.8011.exe and b/win/package/hanvon/HanvonScan_App_Setup_4.1034.2022.8011.exe differ diff --git a/win/package/hanvon/HanvonWebSdk_Setup_4.1032.2022.7281.exe b/win/package/hanvon/HanvonWebSdk_Setup_4.1032.2022.7281.exe deleted file mode 100644 index a36fe30..0000000 Binary files a/win/package/hanvon/HanvonWebSdk_Setup_4.1032.2022.7281.exe and /dev/null differ diff --git a/win/package/hanvon/HanvonWebSdk_Setup_4.1034.2022.8011.exe b/win/package/hanvon/HanvonWebSdk_Setup_4.1034.2022.8011.exe index c5e53e1..d71edda 100644 Binary files a/win/package/hanvon/HanvonWebSdk_Setup_4.1034.2022.8011.exe and b/win/package/hanvon/HanvonWebSdk_Setup_4.1034.2022.8011.exe differ diff --git a/win/package/huagao/HuaGoScan_App_Setup_4.1032.2022.7281.exe b/win/package/huagao/HuaGoScan_App_Setup_4.1032.2022.7281.exe deleted file mode 100644 index 8c2f9b5..0000000 Binary files a/win/package/huagao/HuaGoScan_App_Setup_4.1032.2022.7281.exe and /dev/null differ diff --git a/win/package/huagao/HuaGoWebSdk_Setup_4.1032.2022.7281.exe b/win/package/huagao/HuaGoWebSdk_Setup_4.1032.2022.7281.exe deleted file mode 100644 index 8966662..0000000 Binary files a/win/package/huagao/HuaGoWebSdk_Setup_4.1032.2022.7281.exe and /dev/null differ diff --git a/win/package/lanxum/LanxumScan_App_Setup_4.1032.2022.7281.exe b/win/package/lanxum/LanxumScan_App_Setup_4.1032.2022.7281.exe deleted file mode 100644 index 9b5547c..0000000 Binary files a/win/package/lanxum/LanxumScan_App_Setup_4.1032.2022.7281.exe and /dev/null differ diff --git a/win/package/lanxum/LanxumScan_App_Setup_4.1034.2022.8011.exe b/win/package/lanxum/LanxumScan_App_Setup_4.1034.2022.8011.exe index cd30db9..47503a6 100644 Binary files a/win/package/lanxum/LanxumScan_App_Setup_4.1034.2022.8011.exe and b/win/package/lanxum/LanxumScan_App_Setup_4.1034.2022.8011.exe differ diff --git a/win/package/lanxum/LanxumWebSdk_Setup_4.1032.2022.7281.exe b/win/package/lanxum/LanxumWebSdk_Setup_4.1032.2022.7281.exe deleted file mode 100644 index 5567e1f..0000000 Binary files a/win/package/lanxum/LanxumWebSdk_Setup_4.1032.2022.7281.exe and /dev/null differ diff --git a/win/package/lanxum/LanxumWebSdk_Setup_4.1034.2022.8011.exe b/win/package/lanxum/LanxumWebSdk_Setup_4.1034.2022.8011.exe index b8954a0..a82d4ae 100644 Binary files a/win/package/lanxum/LanxumWebSdk_Setup_4.1034.2022.8011.exe and b/win/package/lanxum/LanxumWebSdk_Setup_4.1034.2022.8011.exe differ diff --git a/win/setup/scanner/HanvonScan_App_Setup.iss b/win/setup/scanner/HanvonScan_App_Setup.iss index 7d8ab15..e3bae9b 100644 --- a/win/setup/scanner/HanvonScan_App_Setup.iss +++ b/win/setup/scanner/HanvonScan_App_Setup.iss @@ -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; diff --git a/win/setup/scanner/LanxumScan_App_Setup.iss b/win/setup/scanner/LanxumScan_App_Setup.iss index 1e02ab7..76354d1 100644 --- a/win/setup/scanner/LanxumScan_App_Setup.iss +++ b/win/setup/scanner/LanxumScan_App_Setup.iss @@ -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; diff --git a/win/setup/webservice/HanvonWebSdk_Setup.iss b/win/setup/webservice/HanvonWebSdk_Setup.iss index 2924427..477eb40 100644 --- a/win/setup/webservice/HanvonWebSdk_Setup.iss +++ b/win/setup/webservice/HanvonWebSdk_Setup.iss @@ -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; diff --git a/win/setup/webservice/LanxumWebSdk_Setup.iss b/win/setup/webservice/LanxumWebSdk_Setup.iss index 3f748be..caae11a 100644 --- a/win/setup/webservice/LanxumWebSdk_Setup.iss +++ b/win/setup/webservice/LanxumWebSdk_Setup.iss @@ -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;