diff --git a/FCS-Tools/FCS-Tools.iss b/FCS-Tools/FCS-Tools.iss index 1e1017d..af3c5a8 100644 --- a/FCS-Tools/FCS-Tools.iss +++ b/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] diff --git a/FlightDataAnalysis/Deploy-cn.iss b/FlightDataAnalysis/Deploy-cn.iss index 8e184b0..3bdef64 100644 --- a/FlightDataAnalysis/Deploy-cn.iss +++ b/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] diff --git a/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe b/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe deleted file mode 100644 index 53455b9..0000000 Binary files a/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.3.exe and /dev/null differ diff --git a/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe b/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe index d22175c..2f67ef7 100644 Binary files a/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe and b/FlightDataAnalysis/FlightDataAnalysis-full-v2.4.4.exe differ diff --git a/TGcs/TGcs.iss b/TGcs/TGcs.iss index e00ab07..11b9e02 100644 --- a/TGcs/TGcs.iss +++ b/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]