Friday, January 09, 2009
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: MDT Drivers
Prev Next
You are not authorized to post a reply.

AuthorMessages
badabingUser is Offline

Posts:7

Send Message
09/03/2008 9:47 AM  

Hi,

I have a dell D630 and i am trying to install the drivers.  So far i have tried it 2 ways.

(I have installed the network driver by using the out of box driver - all ok)

1) The remaing drivers (graphics card intel, sound, O2 Reader, Wireless and Interchipset) i have installed via applications using the silent command options (setup.exe -s).  This installs fine except for the wireless and intel chipset fail.  (When i run the wireless and intel chipset silent options on the machine locally via cmd , it works fine).

2) The other way i tried was, i installed the drivers via applications and i added a new task group in task sequence called Dell D630 Drivers after 'installed applications'.  I then created a seperate 'install application' for each driver that is in the 'applications' selecting 'install a single application' (see screen shot).  Yet i still get the same problem as above.

Is there a better way i should be using the task sequence to install the driver applications?  If so, would it be possibe to send me a screen shot of your task sequence or an example one to help understand where i am going wrong. 

If i am doing it totally wrong, then what would be the simplest way?

Many Thanks

 






DietmarUser is Offline

Posts:70

Send Message
09/03/2008 1:40 PM  
Hallo!

I think you should install the drivers like you do with the network drivers. Or: nearly every driver with a setup.exe you are able to extract to get the .inf and .sys files you need to install. The Intel mass storage drivers can be extracted with /a. Some drivers can be extracted with 7-zip or any other zip software. After you have extracted the files create a folder structure like this in your distribution$-share: \\Server\distribution$\Drivers\dell_d630\Audio; \\Server\distribution$\Drivers\dell_d630\Chipset; \\Server\distribution$\Drivers\dell_d630\VGA; \\Server\distribution$\Drivers\dell_d630\SATA; ... Now you have to edit your customsettings.ini like this:

[Settings]
Priority=Model, Default

[Dell D630] --> this has to be the exactly modelname
Driverpaths1 = \\Server\distribution$\Drivers\dell_d630

I will send you some screen shots.

badabingUser is Offline

Posts:7

Send Message
09/04/2008 4:52 AM  

Thanks,

I have extracted the drivers, created the folder structure, and modified the customsetting.ini as follows: -

[Settings]
Priority=Model,Default
Properties=MyCustomProperty

[Settings]
Priority=Model, Default

[Latitude D630]
Driverpaths1 = \\al-test2k8\distribution$\Drivers\dell_d630\Inter_Chipset
Driverpaths1 = \\al-test2k8\distribution$\Drivers\dell_d630\Graphics
Driverpaths1 = \\al-test2k8\distribution$\Drivers\dell_d630\O2_driver
Driverpaths1 = \\al-test2k8\distribution$\Drivers\dell_d630\sounds
Driverpaths1 = \\al-test2k8\distribution$\Drivers\dell_d630\wireless

[Default]
OSInstall=Y

UserDataLocation=NETWORK
SkipAppsOnUpgrade=YES
SkipCapture=NO
SkipAdminPassword=YES
SkipProductKey=YES

------------------------------------------

Does it look correct?  

Whats the next step? do i need to set something up in the task sequence now?

Regards

 


 

DietmarUser is Offline

Posts:70

Send Message
09/04/2008 8:40 AM  

Hi,

you are on the right way! Here is a part of my CS.ini:

[Settings]
Priority=Model, Default
Properties=MyCustomProperty

[Default]
OSInstall=Y

WUMU_ExcludeKB1=940157 --> because we don´t want to install Windows Desktop Search

; XP Treiber
[PRO 6000 I]
DriverPaths1=\\server01\Distribution$\Drivers\PRO6000I

[TravelMate 290]
DriverPaths1=\\server01\Distribution$\Drivers\TM290

[HP Compaq nc6320]
DriverPaths1=\\server01\Distribution$\Drivers\HPnc6320

The folder structure is:

\\server01\
            |
            |-Distribution$
                    |
                    |-Drivers
                           |
                           |-HPnc6320
                           |             |-ChipSet
                           |             |-SoundCard
                           |             |-VGA
                           |             |-...
                           |
                           |-PRO6000I
                           |             |-ChipSet
                           |             |-SoundCard
                           |             |-VGA
                           |             |-...
                           |
                           |-...

This works for me with XP and Vista. For Task Sequencer look at the attachements.

Dietmar









badabingUser is Offline

Posts:7

Send Message
09/05/2008 3:28 AM  
Thanks you very much for your response.

Could you explain a little about what’s going on in the second screen shot? I am guessing you have two types of touch pads for one laptop, and the word Intel distinguishes which one gets installed? Are these silent installs in this screenshot?

Do i have to specify something in the task sequence for the folder structure drivers (driverpath in the customsettings) to execute? If so, typically what would i put?

thanks




DietmarUser is Offline

Posts:70

Send Message
09/05/2008 1:38 PM  
In the first screenshot you can see the logic for the Acer TravelMate 290 Pointnig Device Drivers group (folder in task sequencer). In the second screenshot you can see the logic for the application which should be installed. The Acer TM290 with Intel graphics card needs the APLS touchpad driver and the Acer TM290 with ATI graphics card needs the Synaptics touchpad driver. First I decide if it is an Acer TM290 notebook and then wich graphic card to get the right TP driver. The touchpad drivers are simple applications with a setup.exe /s command to install. OK?
No, if you deploy the drivers organized with CS.ini there is no more to do with task sequences. There are already tasks called "Inject Drivers" in teh Preinstall and Postinsall task groups (folder in the task sequence). Thats all. Hope this helps.
badabingUser is Offline

Posts:7

Send Message
09/15/2008 5:00 AM  
First of all i just wanted to say thanks for all your help. It has certainly made me move forward on this project.

Just something i need to clear up -

1) When i modify the customsettings.ini with the driverpath1 etc settings, if i update the deployment it gets over written?? As time goes on i want to add to this file, is there a way to over come this?

2) you mention cs.ini is this the same as the customsettings.ini.

Kind Regards


You are not authorized to post a reply.



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt