added another check to prevent users from running it in an invalid directory
This commit is contained in:
parent
3f1226e504
commit
84b146d74a
Binary file not shown.
|
@ -805,8 +805,8 @@ begin
|
||||||
IdLogFile.Active := True;
|
IdLogFile.Active := True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if not DirectoryExists(ExtractFilePath(Application.ExeName) + 'files') then begin
|
if not DirectoryExists(ExtractFilePath(Application.ExeName) + 'files\base') 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);
|
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;
|
Application.Terminate;
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user