From 01a6208fa72c89365d37fb7b574bbec2c2caf1a1 Mon Sep 17 00:00:00 2001 From: Slawek Mikula Date: Sat, 26 Dec 2020 18:27:38 +0100 Subject: [PATCH] - #2244 - added some info about uninstall procedure inside fgfs.exe (cherry picked from commit af8e8ffb800f8ac02f43bfeb517721f6c2038e80) --- FlightGear.iss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FlightGear.iss b/FlightGear.iss index b1e68a5..8a55ae4 100644 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -30,6 +30,12 @@ ; #define OTSoNumber "3" ; #define FGDetails "-nightly" ; #define IncludeData "FALSE" +; +; Uninstall procedure with --uninstall flag: +; executed by fgfs.exe (fg_init.cxx): +; - removes all under the FG_HOME directory +; - removes all from Download dir/Terrasync +; - removes all from Download dir/Aircraft #include "InstallConfig.iss"