rbalsleyMSFT / FFU

Using Full Flash Update files to speed up Windows Deployment
MIT License
73 stars 17 forks source link

Download Surface Drivers not working in 2409.2 #94

Open gorilla1968 opened 1 day ago

gorilla1968 commented 1 day ago

AUSFÜHRLICH: Getting Microsoft drivers AUSFÜHRLICH: Getting Surface driver information from https://support.microsoft.com/en-us/surface/download-drivers-and-firmware-for-surface-09bb2e09-2a4b-cb69-0951-078a7739e120 AUSFÜHRLICH: Complete AUSFÜHRLICH: Parsing web content for models and download links AUSFÜHRLICH: Getting drivers failed with error Fehler beim Aufrufen der Methode, da [System.__ComObject] keine Methode mit dem Namen "IHTMLDocument2_write" enthält. Fehler beim Aufrufen der Methode, da [System.__ComObject] keine Methode mit dem Namen "IHTMLDocument2_write" enthält. In C:\FFUDevelopment_2409.2\BuildFFUVM.ps1:722 Zeichen:5

rbalsleyMSFT commented 1 day ago

Interesting. I just downloaded Surface Book 2 drivers the other day. I'll check later today.

Thanks, Richard


From: gorilla1968 @.> Sent: Friday, October 18, 2024 1:07:45 AM To: rbalsleyMSFT/FFU @.> Cc: Subscribed @.***> Subject: [rbalsleyMSFT/FFU] Download Surface Drivers not working in 2409.2 (Issue #94)

AUSFÜHRLICH: Getting Microsoft drivers AUSFÜHRLICH: Getting Surface driver information from https://support.microsoft.com/en-us/surface/download-drivers-and-firmware-for-surface-09bb2e09-2a4b-cb69-0951-078a7739e120 AUSFÜHRLICH: Complete AUSFÜHRLICH: Parsing web content for models and download links AUSFÜHRLICH: Getting drivers failed with error Fehler beim Aufrufen der Methode, da [System.__ComObject] keine Methode mit dem Namen "IHTMLDocument2_write" enthält. Fehler beim Aufrufen der Methode, da [System.__ComObject] keine Methode mit dem Namen "IHTMLDocument2_write" enthält. In C:\FFUDevelopment_2409.2\BuildFFUVM.ps1:722 Zeichen:5

*

$document.IHTMLDocument2_write($html)

*



     *   CategoryInfo : InvalidOperation: (IHTMLDocument2_write:String) [], RuntimeException
     *   FullyQualifiedErrorId : MethodNotFound

—
Reply to this email directly, view it on GitHub<https://github.com/rbalsleyMSFT/FFU/issues/94>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMYE2BENBMTOOD4RBMH354DZ4C6VDAVCNFSM6AAAAABQFMPCQCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4TMNZYHAYTANI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
rbalsleyMSFT commented 1 day ago

Just tested and it worked for me. Can you try again? I have seen issues where sometimes the page isn't always accessible. It's not often, but can happen. Has this worked before for you?

gorilla1968 commented 12 hours ago

Hello, installing Office solved the Problem. It was a missing dll File for [IHTMLDocument2]. "C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll" Thanks, Bernhard