Browse Source

2025-07-22 23:49:21.16

master
tianzhendong 1 week ago
parent
commit
55b40dafc1
  1. 12
      FlightDataAnalysis/Deploy-cn.iss
  2. BIN
      FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe

12
FlightDataAnalysis/Deploy-cn.iss

@ -21,14 +21,14 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL} AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL} AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL} AppUpdatesURL={#MyAppURL}
DefaultDirName=C:\{#MyAppName} DefaultDirName=C:\Uav\{#MyAppName}
ChangesAssociations=yes ChangesAssociations=yes
DisableProgramGroupPage=yes DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.) ; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest ;PrivilegesRequired=lowest
OutputDir=D:\4_Code\3_Deploy\FlightDataAnalysis\ OutputDir={#SourcePath}\
OutputBaseFilename=FlightDataAnalysis-full-v{#MyAppVersion} OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion}
SetupIconFile=D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\uav.ico SetupIconFile={#SourcePath}\Deploy\{#MyAppName}.ico
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes
WizardStyle=modern WizardStyle=modern
@ -40,8 +40,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files] [Files]
Source: "D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\4_Code\3_Deploy\FlightDataAnalysis\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry] [Registry]

BIN
FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe

Binary file not shown.
Loading…
Cancel
Save