MSEndpointMgr / ModernDriverManagement

Official repo of Modern Driver Management from MSEndpointMgr.com
https://www.msendpointmgr.com
MIT License
133 stars 80 forks source link

Apply Driver Package is skipping executable archive's decompression and fails. #203

Closed mmtechconsulting closed 2 years ago

mmtechconsulting commented 2 years ago

So i have an issue with a few new driver packages i created. It seems that the tools is skipping the decompression of the DriverPackage.exe resulting in the Dism process to fail.

image

Normally when things work ok i will see an extra step like below:

Capture

So for executables i can see the code of the script saying :

image

None of that seems to be executed for some reason.

Any idea what the problem could be ? I will try to recreate the package as a zip or wim file to see if i can get around the problem. In the mean time does anyone have the slightest idea what is going on?

mmtechconsulting commented 2 years ago

Ok sorted this out - I upgraded 7zip and the installer overwritten the 7z.sfx

Replaced it with the correct one and all good now