Unsolved

This post is more than 5 years old

5 Posts

23022

June 29th, 2011 16:00

Dell Data Protection Access Driver and SCCM

I created a software package for Dell Data Protection Access - A00 - 1.00.011 for a Latitude E6420. I need the software package that I created for this driver to deploy through a SCCM task sequence. The install switches I am using work perfectly when installed from a command window but the install is failing in the task sequence. Has anyone been able to successfully deploy this driver as a software package through a task sequence in SCCM?

5 Posts

June 30th, 2011 11:00

I fixed my own problem and thought I would post the answer here in case anyone else needs it. During the install, a setup.log is being created but doesn't have access to write to the default location so a switch is needed to change the location for that setup.log file to be written to.

setup.exe /s /f2c:\setup.log
No Events found!

Top