diff --git a/installer/installer/AMXInstaller.exe b/installer/installer/AMXInstaller.exe index b36d9d5c..f25b778e 100755 Binary files a/installer/installer/AMXInstaller.exe and b/installer/installer/AMXInstaller.exe differ diff --git a/installer/installer/UnitfrmMain.pas b/installer/installer/UnitfrmMain.pas index 57a02410..72ca7267 100755 --- a/installer/installer/UnitfrmMain.pas +++ b/installer/installer/UnitfrmMain.pas @@ -240,7 +240,7 @@ begin if (frbDedicatedServer.Checked) or (frbStandaloneServer.Checked) then begin jspInstallProgress.Show; ChosenMod := modNone; - ePath := GetModPathName(lstMods.Items[lstMods.ItemIndex]); + ePath := LowerCase(GetModPathName(lstMods.Items[lstMods.ItemIndex])); // ask for additional mods... if (ePath = 'cstrike') or (ePath = 'czero') then begin if MessageBox(Handle, 'Install Counter-Strike addon?', PChar(Application.Title), MB_ICONQUESTION + MB_YESNO) = mrYes then