Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDT Dell driver not extracting #475

Open
wondergeekak opened this issue Apr 13, 2023 · 2 comments
Open

MDT Dell driver not extracting #475

wondergeekak opened this issue Apr 13, 2023 · 2 comments

Comments

@wondergeekak
Copy link

When trying to download drivers and import to MDT through the tool, it will download the EXE file, but not extract. The workaround is to use download only first, then run the MDT process. Looks like a missing script line for the MDT jobs. This was tested on version 7.2.2.

@fraggy2k
Copy link

Thanks for the Workaround!

if ($Make -eq "Dell") {
	global:Write-LogEntry -Value "- $($Product): Extracting $Make Drivers to $DriverExtractDest" -Severity 1
	Expand "$DriverSourceCab" -F:* "$DriverExtractDest" -R | Out-Null
}

should be replaced by something similar from function Invoke-ContentExtract
there is a check if the file is CAB or EXE

@jadit1
Copy link

jadit1 commented Apr 17, 2024

I tried you suggestions and they do extract, however they won't load into MDT when I go back and try again but with Deployment Platform set to MDT. It says it wants to though.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants