From the November 2025 release of the Microsoft Windows 11 ISO's, the setup.exe returns an error if additional Network Drivers are included in the unattended.xml file.
Microsoft have made some change in the latest Windows setup.exe.
Invoking the **root-level setup launcher**, is meant for:
Inside **WinPE**, this launcher tries to load platform components that **expect network stack + additional services**, which are **not present or not fully initialized** in WinPE.
Then, when Windows Setup reaches a network-driver-injection phase (usually during `offlineServicing`), an internal call that expects full NW stack fails, causing:
### ❌ **0x80070035** → *Network path not found*
### ❌ **0x40036** → Failure during the "specialize" or "offline servicing" phase
This happens **even if you’re not installing from the network** — because SetupPlatform internally initializes certain networking COM components and fails in WinPE.
\sources\setup.exe` is the **intended executable for WinPE**.
It:
Install the 14.6 OSIM W1125H2 certification fix https://support.broadcom.com/web/ecx/solutiondetails?aparNo=99112594&os=WINDOWS-ALL
Or,
OSIM Edit the file "\camenu\Your_image_name.cmd" and change the line:
setup.exe /unattend:c:\ca-osim\unattend.xml
To:
sources\setup.exe /unattend:c:\ca-osim\unattend.xml