You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.9 KiB

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[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={{AE0988F3-CE2C-4BDB-9FBA-25595D90B7BE}
AppName=匀胶单机设备管理平台
AppVerName=匀胶单机设备管理平台1.0.1
AppPublisher=RailSee, Inc.
AppPublisherURL="http://www.railsee.com.cn"
AppSupportURL=
AppUpdatesURL=
DefaultDirName=C:\ChipGlueDeviceManager
DefaultGroupName=匀胶单机设备管理平台
OutputDir=E:\项目实施\18匀胶单机设备管理平台\06软件源码\ChipGlueDeviceManager20220901\安装文件\
OutputBaseFilename=SetupChipGlueDeviceManager
Compression=lzma
SolidCompression=yes
[Languages]
Name: "English"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "是否创建桌面图标"; GroupDescription: "{cm:AdditionalIcons}";Flags:unchecked
Name: "startupicon"; Description: "开机启动"; GroupDescription: "{cm:AdditionalIcons}"
[Files]
Source: "E:\项目实施\18匀胶单机设备管理平台\06软件源码\ChipGlueDeviceManager20220901\ChipGlueDeviceManager\bin\Debug\netcoreapp3.1\*"; DestDir: "{app}"; Flags: ignoreversion
[Icons]
Name: "{userdesktop}\匀胶单机设备管理平台"; Filename: "{app}\ChipGlueDeviceManager.exe";WorkingDir: "{app}"
Name: "{group}\匀胶单机设备管理平台"; Filename: "{app}\ChipGlueDeviceManager.exe"
Name: "{group}\{cm:UninstallProgram,匀胶单机设备管理平台}"; Filename: "{uninstallexe}"
Name: "{userstartup}\匀胶单机设备管理平台"; Filename: "{app}\ChipGlueDeviceManager.exe"; Tasks: startupicon
[Code]
const
MB_ICONINFORMATION = $40;
function RegDeleteKey(key:Integer;subKey:string):Integer;external 'RegDeleteKeyA@advapi32.dll stdcall';
[Run]
Filename: "{app}\ChipGlueDeviceManager.exe"; Description: "{cm:LaunchProgram,匀胶单机设备管理平台}"; Flags: nowait postinstall skipifsilent