OSDeploy / OSD

OSD Shared Functions
MIT License
144 stars 59 forks source link

Adding support for Dell Update Packages #40

Closed charlygott closed 1 year ago

charlygott commented 1 year ago

Adding support for Dell Update Packages

Dell provides their driver packages for newer models in a so called "Dell Update Package" / "DUP". This change adds the capability to expand these DUPs.

Please find more information on the Dell website: https://www.dell.com/support/kbdoc/en-us/000197955/file-format-change-of-dell-command-deploy-driver-pack-from-cab-to-dup

OSDeploy commented 1 year ago

Can't match with filenames that contain '_A' as some Lenovo Driver Packs have this string. Can possibly include Manufacturer -eq 'Dell'

image

charlygott commented 1 year ago

The filtering for Manufacturer -eq 'Dell' is included.