From 2c7e8318dbbc8f5047994bb1fb7153318e02f852 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 8 Feb 2017 11:49:02 +0000 Subject: [PATCH] =?UTF-8?q?OpenAL-soft=20doesn=E2=80=99t=20need=20oalinst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplifies our install, nice. --- FlightGear.iss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/FlightGear.iss b/FlightGear.iss index 23e3379..af7033b 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -74,7 +74,6 @@ ArchitecturesAllowed=x86 x64 [Tasks] ; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:" -Name: "insoal"; Description: "Install OpenAL (the sound engine)" [Files] ; NOTE: run subst X: F:\ (or whatever path the expanded tree resides at) @@ -113,7 +112,6 @@ 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 -Source: "{#ThirdPartyDir}\..\oalinst.exe"; DestDir: "{app}\bin"; Flags: ignoreversion skipifsourcedoesntexist ; Include the base package #if IncludeData == "TRUE" @@ -216,9 +214,6 @@ Name: "{group}\Tools\FGCom"; Filename: "{app}\bin\fgcom.exe"; WorkingDir: "{app} Name: "{group}\Tools\FGCom-testing"; Filename: "{app}\bin\fgcom.exe"; Parameters: "--frequency=910"; WorkingDir: "{app}\bin" Name: "{group}\Tools\Explore Documentation Folder"; Filename: "{app}\data\Docs" -[Run] -filename: "{app}\bin\oalinst.exe"; WorkingDir: "{app}\bin"; Description: "Installing OpenAL"; Check: IsTaskSelected('insoal') and FileExists(ExpandConstant('{app}\bin\oalinst.exe')) - [Code] const NET_FW_SCOPE_ALL = 0;