diff --git a/installer/installer/AMXInstaller.exe b/installer/installer/AMXInstaller.exe index dede2f41..1f5ee858 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 fd964ed2..dbc8518d 100755 --- a/installer/installer/UnitfrmMain.pas +++ b/installer/installer/UnitfrmMain.pas @@ -805,8 +805,8 @@ begin IdLogFile.Active := True; end; - if not DirectoryExists(ExtractFilePath(Application.ExeName) + 'files') then begin - MessageBox(Handle, 'The files-folder couldn''t be found. Run the Pre-Installer of AMX Mod X and try again.', 'Error', MB_ICONERROR); + if not DirectoryExists(ExtractFilePath(Application.ExeName) + 'files\base') then begin + MessageBox(Handle, 'You cannot copy this program and then run it to install AMX Mod X. Please download and install the full AMX Mod X package and start this installer again from the start menu.', 'Error', MB_ICONERROR); Application.Terminate; end else begin