maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
394 stars 119 forks source link

Precision 3551 - Multiple CAB Entries #160

Open timothyd09 opened 3 years ago

timothyd09 commented 3 years ago

The Precision 3551 has multiple CAB files listed in the DriverPackCatalog.xml (systemID="09C2"). This is causing the $DriverDownload variable to be set to a URL path that includes both CAB files and therefore doesn't exist (https://downloads.dell.com/FOLDER06541255M/1/3551-win10-A02-HMM3P.CAB FOLDER06609905M/1/3551-win10-A03-T2VR6.CAB).

Not sure if this is something that needs to be corrected on Dell's side or if the script can accommodate this issue.

timothyd09 commented 3 years ago

Appears to be the same issue as in #145

timothyd09 commented 3 years ago

Simplest workaround for me was to delete the extra entry in the DriverPackCatalog.xml. Doing this made it so the script would only fine one CAB file to download and the process continued.

timothyd09 commented 3 years ago

I still has some additional problems with v6.4.9 and found there was an extra closing bracket in the DriverAutomationTool.ps1 file at line 15481.