Browse Source

2025-07-23 0:36:32.17

master
tianzhendong 1 week ago
parent
commit
5e170b17da
  1. 5
      FCS-Tools/FCS-Tools.iss
  2. 5
      FlightDataAnalysis/Deploy-cn.iss
  3. BIN
      FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe
  4. BIN
      FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe
  5. 6
      TGcs/TGcs.iss

5
FCS-Tools/FCS-Tools.iss

@ -21,7 +21,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
DefaultDirName=C:\Uav\{#MyAppName}
ChangesAssociations=yes
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
@ -41,7 +41,8 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Files]
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; \
Excludes: "qml\*, log\*, logs\*, *.ico, Qml\*";
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry]

5
FlightDataAnalysis/Deploy-cn.iss

@ -40,8 +40,9 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion;
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; \
Excludes: "qml\*, log\*, logs\*, *.ico";
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry]

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

Binary file not shown.

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

Binary file not shown.

6
TGcs/TGcs.iss

@ -21,7 +21,8 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
;DefaultDirName={autopf}\{#MyAppName}
DefaultDirName=C:\Uav\{#MyAppName}
ChangesAssociations=yes
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
@ -41,7 +42,8 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
[Files]
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; \
Excludes: "qml\*, log\*, logs\*, *.ico, Qml\*";
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry]

Loading…
Cancel
Save