diff --git a/FCS-Tools/FCS-Tools-full-v1.2.3.exe b/FCS-Tools/FCS-Tools-full-v1.2.3.exe index 97d17bf..99a6ae5 100644 Binary files a/FCS-Tools/FCS-Tools-full-v1.2.3.exe and b/FCS-Tools/FCS-Tools-full-v1.2.3.exe differ diff --git a/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe b/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe index 7dc60a0..53455b9 100644 Binary files a/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe and b/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe differ diff --git a/FlightDataAnalysis/FlightDataAnalysis.exe b/FlightDataAnalysis/FlightDataAnalysis.exe deleted file mode 100644 index 58280eb..0000000 Binary files a/FlightDataAnalysis/FlightDataAnalysis.exe and /dev/null differ diff --git a/LaunchControl/LaunchControl.5.exe b/LaunchControl/LaunchControl.5.exe deleted file mode 100644 index 1cb7eb9..0000000 Binary files a/LaunchControl/LaunchControl.5.exe and /dev/null differ diff --git a/TFgBridge/TFgBridge-full-v1.0.0.exe b/TFgBridge/TFgBridge-full-v1.0.0.exe new file mode 100644 index 0000000..db7c785 Binary files /dev/null and b/TFgBridge/TFgBridge-full-v1.0.0.exe differ diff --git a/TFgBridge/TFgBridge.iss b/TFgBridge/TFgBridge.iss new file mode 100644 index 0000000..0c3b39f --- /dev/null +++ b/TFgBridge/TFgBridge.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 "TFgBridge" +#define MyAppVersion "1.0.0" +#define MyAppPublisher "My Company, Inc." +#define MyAppURL "https://www.example.com/" +#define MyAppExeName "TFgBridge.exe" +#define MyAppAssocName MyAppName + " File" +#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={{F55B95F5-7210-411B-9614-31D3E69D12122} +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\{#MyAppName}\ +OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} +SetupIconFile=D:\4_Code\3_Deploy\{#MyAppName}\Deploy\ico.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\{#MyAppName}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "D:\4_Code\3_Deploy\{#MyAppName}\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 + diff --git a/TGcs/TGcs-full-v1.0.3.exe b/TGcs/TGcs-full-v1.0.3.exe index f304274..0a4234b 100644 Binary files a/TGcs/TGcs-full-v1.0.3.exe and b/TGcs/TGcs-full-v1.0.3.exe differ diff --git a/TGcs/patch/TGcs.exe b/TGcs/patch/TGcs.exe index 4a592cd..9ed0302 100644 Binary files a/TGcs/patch/TGcs.exe and b/TGcs/patch/TGcs.exe differ