Topic: Custom SAD (Will this work?)
I am trying to create my custom sad, please... I want to get rid of unzipping or file extraction so I wanted to create a SAD in which all files are already extracted.
I have remove some of the exes and left only the devcon.exe, DPINST.exe, makePNF.exe and and remove all ini files.
And here's my batch file to initiate driver installation.
@echo off
Echo. & Echo. & Echo Running the MicroSoft Driver Pack Installer now !
Echo The progress window is minimized to the task bar & Echo. & Echo.
Start "MicroSoft Driver Pack Installer Tool Running" /wait /separate /realtime CMD /C DPInst.exe /c /s
REM Log and Attended output section
Echo. & Echo The DriverPacks Stand Alone Drivers installation is complete!
Echo. & Echo This window will close itself in 30 seconds... & Echo.
For /l %%A in (1,1,30) do (<nul (set/p z=#) & >nul ping 127.0.0.1 -n 2 )
my question, will this work?
Last edited by euverve (2011-02-14 17:26:16)