diff --git a/builds/install/arch-specific/win32/FirebirdInstall_30.iss b/builds/install/arch-specific/win32/FirebirdInstall_30.iss index 4bbc989620..9654130cca 100644 --- a/builds/install/arch-specific/win32/FirebirdInstall_30.iss +++ b/builds/install/arch-specific/win32/FirebirdInstall_30.iss @@ -683,7 +683,7 @@ begin CommandLine:=GetCmdTail; if ((pos('HELP',Uppercase(CommandLine)) > 0) or - (pos('--',Uppercase(CommandLine)) > 0) + (pos('--',Uppercase(CommandLine)) > 0) ) // or // (pos('/?',Uppercase(CommandLine)) > 0) or // InnoSetup displays its own help if these switches are passed. // (pos('/H',Uppercase(CommandLine)) > 0) ) // Note also that our help scren only appears after the Choose Language dialogue :-(