Browse Source

2024-07-24 20:26:07.88

master
tianzhendong 3 months ago
parent
commit
0c6820ff9a
  1. BIN
      SimulationControl/SimulationControl-full-v1.0.0.exe
  2. 60
      SimulationControl/pack.iss
  3. 21
      SimulationControl/updates.json

BIN
SimulationControl/SimulationControl-full-v1.0.0.exe

Binary file not shown.

60
SimulationControl/pack.iss

@ -0,0 +1,60 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "SimulationControl"
#define MyAppVersion "1.0.0"
#define MyAppPublisher "My Company, Inc."
#define MyAppURL "https://www.example.com/"
#define MyAppExeName "SimulationControl.exe"
#define MyAppAssocName MyAppName + ""
#define MyAppAssocExt ".myp"
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt
[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={{23F31E9A-F013-443C-858C-7886D304A403}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
ChangesAssociations=yes
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputDir=D:\4_Code\3_Deploy\SimulationControl\
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion}
SetupIconFile=D:\4_Code\3_Deploy\SimulationControl\Deploy\4.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "D:\4_Code\3_Deploy\SimulationControl\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\4_Code\3_Deploy\SimulationControl\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry]
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey}"; ValueData: ""; Flags: uninsdeletevalue
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName}"; Flags: uninsdeletekey
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0"
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: ""
[Icons]
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

21
SimulationControl/updates.json

@ -1,12 +1,17 @@
{ {
"updates": { "updates":
"windows": { {
"full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/SimulationControl/SimulationControl-full.exe", "windows":
"latest-version": "2.2.3", {
"download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/SimulationControl/SimulationControl-patch.zip", "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"changelog": "add updater", "full-version": "1.0.0",
"modify-time": "20230826", "download-full":true,
"mandatory": true
"patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"patch-version": "2.3.5",
"changelog": "modify updater module",
"modify-time": "20240613",
"modifyCnt": "1"
} }
} }
} }
Loading…
Cancel
Save