/build/static/layout/Breadcrumb_cap_w.png

can any one give me step by step procedure for creating driver package with an example

I want a brief description for creating a driver package


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
http://itninja.com/blog/view/driver-installation-from-an-msi-using-microsoft-difx
Posted by: piyushnasa 11 years ago
Red Belt
3

There are lots of posts about DiffX merge module and DPInst. Use that and learn more..

Posted by: pjgeutjens 11 years ago
Red Belt
2

http://itninja.com/blog/view/driver-installation-from-an-msi-using-microsoft-difx

 

Posted by: mpace 11 years ago
Red Belt
1
Create folder with all necessary drivers in subdirs. Ex: Desktop\Dell\Video
                                                                                                 \Audio
                                                                                                 \etc...      

Create InstallDrivers.bat with the following (example):

cd nic && setup.exe /s
cd..
cd video && setup.exe /s/v.qn
cd..

Zip everything.

Postinstall Application task calls BAT file included in zip.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ