华高安装包增加公司信息

This commit is contained in:
luoliangyi 2023-10-19 10:39:33 +08:00
parent 67f36209bc
commit 8e3bba1c0d
1 changed files with 6 additions and 5 deletions

View File

@ -1,25 +1,26 @@
; Script generated by the Inno Setup Script Wizard. ; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "华高扫描软件"
#define MyAppVersion GetFileVersion('..\..\x64\OEM\huagao\sane.dll') #define MyAppVersion GetFileVersion('..\..\x64\OEM\huagao\sane.dll')
#define MyAppSetupName "HuaGoScan_App_Setup" #define MyAppSetupName "HuaGoScan_App_Setup"
#define MyAppDefSetupDir "HuaGoScan" #define MyAppDefSetupDir "HuaGoScan"
#define MyAppPublisher "宁波华高信息科技有限公司"
[Setup] [Setup]
; NOTE: The value of AppId uniquely identifies this application. ; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications. ; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{7076DC53-5C2F-4216-9783-2A6F954FEB3E} AppId={{7076DC53-5C2F-4216-9783-2A6F954FEB3E}
AppName={cm:MyAppName} AppName={#MyAppName}
AppVerName={cm:MyAppName} AppVerName={#MyAppName}
AppVersion={#MyAppVersion} AppVersion={#MyAppVersion}
DefaultDirName={pf}\{#MyAppDefSetupDir} DefaultDirName={pf}\{#MyAppDefSetupDir}
DefaultGroupName={cm:MyAppName} DefaultGroupName={#MyAppName}
VersionInfoVersion={#MyAppVersion} VersionInfoVersion={#MyAppVersion}
OutputDir=..\..\package OutputDir=..\..\package
OutputBaseFilename={#MyAppSetupName}_{#MyAppVersion} OutputBaseFilename={#MyAppSetupName}_{#MyAppVersion}
Compression=lzma Compression=lzma
AppPublisher={cm:MyAppPublisher} AppPublisher={#MyAppPublisher}
SolidCompression=no SolidCompression=no
UninstallIconFile=uninstall.ico UninstallIconFile=uninstall.ico
SetupIconFile=HuaGoScan_App.ico SetupIconFile=HuaGoScan_App.ico