Dell E6410 Driver Order on scripted install
Here's my post install tasks. I can't get all the drivers to install properly and my sccm app at the end fails (it requires a reboot for bits 2.5 install) If I do them individually on the machine, they are install properly with start /wait <name of exe>.exe /s.
Without a reboot, ST Micro driver does not install properly. If I add in a reboot before the ST Micro, then the Control Point Driver Fails. Here's how I handle the reboot after the Ricoh driver,
batch file /start wait Shutdown -r -f -t 60
then a second batch file to delay the next task start /wait ping 127.0.0.1 -n 20
Post install order for e6410:
Post install splash screen
Disable UAC
App Adobe Flash (ie active x)
App Adobe Flash (Plugin)
App Adober Reader X
App Java 6 update 24
App Crystal Reports Viewer 2008
App Office 2007 Pro
App Viewmail 7.0.2
App Symantec Endpoint Protection Managed 64bit
Files - Default background
Files - Default Theme
Files - Default Logo
Files - Default User Icon
Files - Shortcuts/Favorites
Files - Welcome screen backgrounds
Script - Computer Registry Changes
Script - Default user Registry
Script - Computer Rename
Script - Add support batch files
Script - Laptop Power Config
Driver - intel chipset
Driver - Video
Driver - Control Point Security Driver
Driver - Audio
Driver - Touch Pad
Driver - Ricoh
Driver - ST Micro Free Fall Sensor
Script - Legal Notice
App SCCM Client
This works perfectly with my desktop models, but they only have a few drivers to update (amt, heci, video and audio)
If anyone could provide me a driver install order for a e6410 or any dell laptop, that'd be great!
Without a reboot, ST Micro driver does not install properly. If I add in a reboot before the ST Micro, then the Control Point Driver Fails. Here's how I handle the reboot after the Ricoh driver,
batch file /start wait Shutdown -r -f -t 60
then a second batch file to delay the next task start /wait ping 127.0.0.1 -n 20
Post install order for e6410:
Post install splash screen
Disable UAC
App Adobe Flash (ie active x)
App Adobe Flash (Plugin)
App Adober Reader X
App Java 6 update 24
App Crystal Reports Viewer 2008
App Office 2007 Pro
App Viewmail 7.0.2
App Symantec Endpoint Protection Managed 64bit
Files - Default background
Files - Default Theme
Files - Default Logo
Files - Default User Icon
Files - Shortcuts/Favorites
Files - Welcome screen backgrounds
Script - Computer Registry Changes
Script - Default user Registry
Script - Computer Rename
Script - Add support batch files
Script - Laptop Power Config
Driver - intel chipset
Driver - Video
Driver - Control Point Security Driver
Driver - Audio
Driver - Touch Pad
Driver - Ricoh
Driver - ST Micro Free Fall Sensor
Script - Legal Notice
App SCCM Client
This works perfectly with my desktop models, but they only have a few drivers to update (amt, heci, video and audio)
If anyone could provide me a driver install order for a e6410 or any dell laptop, that'd be great!
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
ngbrown24
13 years ago
Posted by:
mlathrop
13 years ago
Assuming you are using a Windows 7 scripted install. If you haven't upgraded to 3.3 yet, upgrading will provide a new driver feed feature. The driver packs are in the driver feed for the E6410. Selecting them for download and recaching the Win 7 drivers should enable your Win 7 image to install them.
Posted by:
ngbrown24
13 years ago
driver feed only technically has network drivers in there at the moment... so you still have to script in the rest of the drivers into the image install :) Go take a look at you drivers and then under say any of the folders and the feed. They've offloaded the rest of the drivers to drivers_postinstall due to problems.
Posted by:
blizzster
13 years ago
Posted by:
ngbrown24
13 years ago
Yeah, I have a scripted install for all our models (and some models have more than one because of various hardware configs). I actually add a run once command after I reboot the machine and that kicks off the driver installs. Seems to work better after the scripted install with all the applications being installed.
Posted by:
dogfish182
13 years ago
ngbrown, how are you identifying and building the driver installs? the post_install folder doesn't seem to help because there is no install.... Can you run down the process a little of how you start with a new machine build with regards to drivers? I'm supposed to be assesing this product for purchase and right now the driver feed not working is a major sticking point for us, essentially WDS just handles drivers better. Do I need to make a seperate custom install for every machine type and manually build driver post installs for every single driver? This is horrendously time consuming, because half the time the hardware that doesn't install is indicated as 'PCI simple communications controller' and it takes some time to even identify this thing.
As far as I understand it, the 'correct method' of deploying drivers is by downloading them all individually and creating a post install task of a silent install of the driver?
As far as I understand it, the 'correct method' of deploying drivers is by downloading them all individually and creating a post install task of a silent install of the driver?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.