diff --git a/FlightGear.iss b/FlightGear.iss index af7033b..55efc14 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -111,7 +111,9 @@ Source: "{#VCInstallDir}\redist\x64\Microsoft.VC140.CRT\*.dll"; DestDir: "{app}\ ; 32/64 bits install ;NOTE: FGPanel has no 64 bits equivalent, so we are using the 32 bits binary for 32&64 bits OS -Source: "{#InstallDir32}\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion +;Torsten 2017-02-21: currently no FGPanel due to missing glew dependency +;Source: "{#InstallDir32}\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion + ; Include the base package #if IncludeData == "TRUE"