Disable driver signing durin Vista install
#1
Posted 07 November 2008 - 09:38 AM
During installation I'm getting messages about some drivers which I must click to go further.
Anyone knows how to ignore driver signing during installation?
Any help would be great.
Thanks
#2
Posted 07 November 2008 - 01:46 PM
You can dig through WSIM to see if it gives you an option. My WSIM doesn't have an image to associate with the unattend.xml I have on it, so I can't view all of the available options.
#3
Posted 07 November 2008 - 02:25 PM
It allows you to install a pnp driver from the command line as an executable and has a switch which installs unsigned drivers silently.
#4
Posted 09 November 2008 - 03:44 PM
COOLCOMPUTERGUY, on Nov 7 2008, 03:25 PM, said:
It allows you to install a pnp driver from the command line as an executable and has a switch which installs unsigned drivers silently.
Nice. I've got to try that one.
I just put Vista in Test Mode to run unsigned drivers. It doesn't do anything else except put a watermark on my background.
#5
Posted 09 November 2008 - 09:54 PM
@ECHO OFF ECHO. ECHO. ECHO. ECHO. ECHO. ECHO. ECHO --------------------------- ECHO. ECHO. HP3400C SCANNER ECHO. ECHO --------------------------- ECHO. ECHO. ECHO. ECHO. ECHO. ECHO. sj652en.EXE TASKKILL /F /IM SETUP.EXE COPY DPINST.EXE %SYSTEMDRIVE%\SJ652 CD %SYSTEMDRIVE%\sj652 DPINST.EXE /LM /SW /F CD %SYSTEMDRIVE%\sj652\ENGLISH REN HPSETUP.ISS SETUP.ISS SETUP.EXE /S
For this I used DPINST.EXE all I need is "silent" switch /S
@echo off ECHO. ECHO. ECHO ----------------------------------- ECHO. ECHO INSTALLING PRINTER DRIVER ECHO. ECHO HP D4260 ECHO. ECHO ----------------------------------- DPInst.exe /S dj_req.msi /qn Toolbox.msi /Qn
#6
Posted 10 November 2008 - 10:27 AM

I've also made a new vLite iso without the latest hotfixes. problem not solved.
And also used this time the driver packs from http://www.ryanvm.ne...opic.php?t=6703
Problem still exist.
I'm using a OEM Vista home premium DVD with sp1 integrated from the factory.
anyone a solution?
Thanks
#7
Posted 10 November 2008 - 10:43 AM
Vista DriverPacks for x86 and x64, and integrator
#8
Posted 12 November 2008 - 02:34 AM
shahed26, on Nov 10 2008, 10:43 AM, said:
Vista DriverPacks for x86 and x64, and integrator
It won't work with this tool. It's crap to me. No decent documentation. Cannot integrate drivers for all vista version at once.
Anyone have a solution for vLite?
This post has been edited by arjanv: 12 November 2008 - 02:34 AM
#9
Posted 12 November 2008 - 02:40 AM
Quote
Neither can vLite. You are reaching too far.
vLite also has nearly NO documentation.
This post has been edited by Kelsenellenelvian: 12 November 2008 - 02:42 AM
#10
Posted 14 November 2008 - 12:10 AM
arjanv, on Nov 12 2008, 09:34 AM, said:
shahed26, on Nov 10 2008, 10:43 AM, said:
Vista DriverPacks for x86 and x64, and integrator
It won't work with this tool. It's crap to me. No decent documentation. Cannot integrate drivers for all vista version at once.
Anyone have a solution for vLite?
Crap to you, for me its the magic tool.
And all Vistas at once.... lol, NOT possible.
#12
Posted 15 November 2008 - 03:42 AM
#13
Posted 28 February 2009 - 09:36 AM
Here is a portion of my image prep batch file
Drivers are inserted offline to my dressed image
After the drivers are installed, then I use vLite to install the updates
using the dressed image as my source.
Driver signing is now taken out of the setup process because the
drivers in question are already installed.
Imagex Note: change the amd64 to x86 in the path if you are in an x86 environment
Echo Off Cls set __PEIMG="%ProgramFiles%\Windows AIK\Tools\PETools\peimg.exe" set __IMAGEX="%ProgramFiles%\Windows AIK\Tools\amd64\Imagex.exe" set __Mount=C:\Mount set __Source=.\DressedImage Echo Off Cls Echo . Transferring Other Drivers to install.wim (Image 4 - Ultimate Only) mkdir "%__Mount%" %__IMAGEX% /mountrw "%__Source%\sources\install.wim" 4 "%__Mount%" %__PEIMG% /inf=".\Drivers\Agere_Modem\agrmuv32.inf" "%__Mount%\Windows" %__PEIMG% /inf=".\Drivers\BFG GeForce 8600 GT\nv_disp.inf" "%__Mount%\Windows" %__IMAGEX% /commit /unmount "%__Mount%" RmDir /S /Q "%__Mount%"
This post has been edited by Arrow22: 28 February 2009 - 09:27 PM
- ← Drivers for Hardware Independent Image using sysprep
- Unattended Windows Vista/Server 2008
- removing default printers! →



Help
Back to top









