From 8e3bba1c0de7e828838c5ccf90f2d0af6fbf974f Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Thu, 19 Oct 2023 10:39:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8E=E9=AB=98=E5=AE=89=E8=A3=85=E5=8C=85?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=AC=E5=8F=B8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win/setup/scanner/HuaGoScan2_App_Setup.iss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/win/setup/scanner/HuaGoScan2_App_Setup.iss b/win/setup/scanner/HuaGoScan2_App_Setup.iss index d5bc401..14af4d0 100644 --- a/win/setup/scanner/HuaGoScan2_App_Setup.iss +++ b/win/setup/scanner/HuaGoScan2_App_Setup.iss @@ -1,25 +1,26 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! - +#define MyAppName "华高扫描软件" #define MyAppVersion GetFileVersion('..\..\x64\OEM\huagao\sane.dll') #define MyAppSetupName "HuaGoScan_App_Setup" #define MyAppDefSetupDir "HuaGoScan" +#define MyAppPublisher "宁波华高信息科技有限公司" [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={{7076DC53-5C2F-4216-9783-2A6F954FEB3E} -AppName={cm:MyAppName} -AppVerName={cm:MyAppName} +AppName={#MyAppName} +AppVerName={#MyAppName} AppVersion={#MyAppVersion} DefaultDirName={pf}\{#MyAppDefSetupDir} -DefaultGroupName={cm:MyAppName} +DefaultGroupName={#MyAppName} VersionInfoVersion={#MyAppVersion} OutputDir=..\..\package OutputBaseFilename={#MyAppSetupName}_{#MyAppVersion} Compression=lzma -AppPublisher={cm:MyAppPublisher} +AppPublisher={#MyAppPublisher} SolidCompression=no UninstallIconFile=uninstall.ico SetupIconFile=HuaGoScan_App.ico