V8 11.07.03 uses a modular installer that checks for 10+ dependencies. Install these before you run the Bentley setup to avoid repetitive reboots.
When this version was released, the recommended specifications were modest by today's standards, but specific regarding graphics.
Before launching the main Bentley installer (typically setup_bentley.exe), these components must be present or will be automatically installed (but pre-installing avoids UAC prompts). Processor: Intel Pentium 4 or AMD Athlon; Dual-core
If you need, I can format this as a one-page installer checklist, an IT deployment checklist, or include specific supported OS/driver versions from Bentley release notes (requires web lookup).
This document is formatted for internal IT validation, deployment planning, or system readiness review. an IT deployment checklist
| Error Code / Symptom | Root Cause | Fix |
| :--- | :--- | :--- |
| Error 1722 | Windows Installer package corruption | Clear %Temp%, disable AV, re-extract ISO |
| Licensing Error 0x80040111 | CONNECTION Client missing or outdated | Manually install BCC v10.07+ from Bentley Downloads |
| Failed to create D3D device | Integrated GPU is primary | Disable integrated GPU in BIOS, or set app to high-performance NVidia via Windows Graphics Settings |
| Schema Updater fails | MSMQ service not running | Turn on MSMQ via Windows Features > Microsoft Message Queue |
| Missing |d3dcompiler_47.dll | Windows Update missing | Run KB4019990 (for Win10 1607-1809) or upgrade OS |
This is the most critical prerequisite.
Before deploying to 50+ machines, run this PowerShell check (saves hours of helpdesk tickets):
Write-Host "Bentley V8 11.07.03 Prerequisite Check" -ForegroundColor Cyan
UP