In UE4 Project Settings → Packaging:
The UE4 Prerequisites (x64) Setup is a bundled installer that includes essential software components—specifically Microsoft Visual C++ Redistributables and DirectX runtimes—needed to run games or applications built on Unreal Engine 4. If you are encountering an "exclusive" error or a failed installation, it typically means the installer is blocked by another process or cannot access a required component. Common Issues & Quick Fixes
Installation Stuck or Fails (Error 0x80070643): This is a fatal error often caused by a conflict with an existing version of the Visual C++ Redistributable.
Manual Install: Navigate to the game's installation folder, usually under Engine\Extras\Redist\en-us\, and run UE4PrereqSetup_x64.exe manually as an Administrator. ue4 prerequisites x64 setup exclusive
Repair Visual C++: Instead of relying on the UE4 installer, manually download and install the latest Microsoft Visual C++ Redistributable (x64).
Reboot: Many users find that simply restarting the PC resolves "exclusive access" or hanging prompts, as it clears pending file operations from previous installations. For Developers
If you are packaging a game and want to avoid the prerequisite prompt for your users, you can disable it in the Unreal Editor: Go to Project Settings. Navigate to Packaging. In UE4 Project Settings → Packaging :
Uncheck Include prerequisites installer.Note: Only do this if you are sure your users already have the necessary C++ and DirectX components installed. Is it Safe?
Yes, the "UE4 Prerequisites (x64)" prompt is a standard part of the Unreal Engine ecosystem. It is not malware; it is simply the engine ensuring your Windows environment has the libraries required to render the game's code.
Are you seeing a specific error code like 0x80070643, or is the installer simply not opening at all? The UE4 Prerequisites (x64) Setup is a bundled
If you have ever installed Unreal Engine 4 (UE4) via the Epic Games Launcher or built it from source on GitHub, you have encountered a small, seemingly insignificant pop-up window. It appears just before the installation proper begins, flashes a few command-line prompts, and vanishes. Its name is often overlooked, but its role is critical: the UE4 Prerequisites x64 Setup.
To the untrained eye, this executable—often labeled UE4PrereqSetup_x64.exe—looks like just another installer. To experienced developers, however, it is the silent gatekeeper that determines whether your project will compile, package, and run on target Windows x64 machines. The word "exclusive" in our keyword is not marketing hype; it refers to the exclusive dependencies and runtime libraries that UE4 demands which are not standard on a fresh Windows OS.
This article explores everything you need to know about the UE4 Prerequisites x64 Setup exclusive environment: what it installs, why a standard Visual Studio runtime isn't enough, how to deploy it for enterprise teams, and how to troubleshoot its most common failures.
Occasionally, this setup can get stuck or fail. Here is how to fix common issues:
Why it happens: The exclusive check detects a newer or equal version, but Windows Installer disagrees.
Fix: Do not uninstall blindly. Use the Microsoft Program Install and Uninstall Troubleshooter. Then run the UE4 setup again with /force if available (custom enterprise builds only).