MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
633 stars 282 forks source link

New ZIP of driver Packages not working #214

Closed connorwilliams-aps closed 4 years ago

connorwilliams-aps commented 4 years ago

The current version of the InvokeDriver script does not appear to be working with the new zipping function of the Modern to version 6.4.4. In my environment, the tool is building the zip files and packaging them properly, but when you attempt to use them in OSD, the zip file is not being unzipped after the move to the temp location. As a result, DISM doesnt see the ini files for the injection process and doesnt end up installing the drivers.

merlinfrombelgium commented 4 years ago

Currently, ZIP packages are supported only in the preview of version 3 of the script. https://github.com/SCConfigMgr/ConfigMgr/blob/master/Operating%20System%20Deployment/Drivers/Invoke-CMApplyDriverPackage_3.0.0_Preview.ps1

NickolajA commented 4 years ago

Merlin is correct, it's only in Preview at the moment, soon to be released.