If you’re stuck staring at the “Executing Installation Script” screen while trying to install or launch ARC Raiders, don’t worry—you’re not alone. This is a known issue that can happen for a variety of reasons, but the good news is that it’s usually very easy to fix. Below are two simple methods that should get you back into the action in no time.
Method 1: Delete the steam_install.vdf File
This is the quickest and most common fix. Follow these steps:
- Open your Steam Library and find ARC Raiders.
- Right-click on the game and select Properties.
- Go to Installed Files and click Browse.
- In the folder that opens, locate the file named steam_install.vdf.
- Delete this file.
- Try launching the game again.
This method works for most players. If it doesn’t solve the issue, move on to Method 2.
Method 2: Modify the EasyAntiCheat Installer Script
If the first method didn’t work, this one will likely do the trick.
- Go back to your Steam Library, right-click ARC Raiders, and select Properties.
- Click Installed Files → Browse.
- In the folder, open the Installers subfolder.
- Find the file named Install_EasyAntiCheat.bat and open it with Notepad.
- Delete all the existing content inside the file.
- Copy and paste the following code into the file:
@echo off
NET SESSION >nul 2>&1
if %errorLevel% == 0 (
"%~dp0\..\EasyAntiCheat\EasyAntiCheat_EOS_Setup.exe" install 9e8b37541e614575b4de303d2c2e44cf
)
- Save the file and close Notepad.
- Launch the game again.
Tips to Keep in Mind
- Make sure you’re running Steam as Administrator before trying these fixes—this can prevent permission-related issues.
- If the problem persists after both methods, try verifying the game files via Steam: Right-click the game → Properties → Installed Files → Verify integrity of game files.
- Don’t forget to restart Steam after making changes to the files.