Can't install latest Surface Pro update

Thomas B 25 Reputation points
2026-06-25T12:39:23.9833333+00:00

I own a Surface Pro 10 for Business.

Wanted to install the latest driver package from here: https://www.microsoft.com/en-us/download/details.aspx?id=105947

Ends up in a rollback after this message:

{89A195DA-8E5C-4391-A61F-A43F782C8F3D}

In the event viewer I can see the follwing entry:

Product: Surface Pro 10 for Business Update 26.051.6833.0 -- Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: AMD64_InstallDrivers_PS, location: C:\Program Files\SurfaceUpdate\, command: powershell -executionpolicy unrestricted -NoProfile -NonInteractive -Window Hidden -Command "& {Get-ChildItem -Recurse -Include *.inf | ForEach-Object {pnputil -i -a $_}}"

Surface | Surface Pro | Install and update
0 comments No comments

1 answer

Sort by: Most helpful
  1. Thomas B 25 Reputation points
    2026-06-25T13:00:38.2533333+00:00

    Was able to cheat my way around.

    Used the MSI file, stopped at the error, opened the powershell, went to the C:\Programm Files\SurfaceUpate folder as admin and executed

    Get-ChildItem -Recurse -Filter "*inf" | ForEach-Object {C:\Windows\system32\PNPUtil.exe /add-driver $_.FullName /install }

    Worked like a charm. But in my case there were no new drivers.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.