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.7 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=SECS客户端1.0
AppVerName=SECS客户端1.0
AppPublisher=RailSee, Inc.
AppPublisherURL=
AppSupportURL=
AppUpdatesURL=
DefaultDirName=C:\MorClientSecs
DefaultGroupName=SECS客户端
OutputDir=D:\项目文件\项目报表\14优联芯\MorClient20240228-3\MorClient20240228\SetupMorClient
OutputBaseFilename=SetupMorClientSecs
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: "D:\项目文件\项目报表\14优联芯\MorClient20240228-3\MorClient20240228\SECS\SECS_small_ver\bin\Debug\*"; DestDir: "{app}"; Flags: ignoreversion
[Icons]
Name: "{userdesktop}\SECS客户端"; Filename: "{app}\MorClient.exe";WorkingDir: "{app}"
Name: "{group}\SECS客户端"; Filename: "{app}\MorClient.exe"
Name: "{group}\{cm:UninstallProgram,SECS客户端}"; Filename: "{uninstallexe}"
Name: "{userstartup}\SECS客户端"; Filename: "{app}\MorClient.exe"; Tasks: startupicon
[Code]
const
MB_ICONINFORMATION = $40;
function RegDeleteKey(key:Integer;subKey:string):Integer;external 'RegDeleteKeyA@advapi32.dll stdcall';
[Run]
Filename: "{app}\MorClient.exe"; Description: "{cm:LaunchProgram,SECS客户端}"; Flags: nowait postinstall skipifsilent