Unsigned drivers from software in windows installation? How to accept unsigned drivers?
#1
Posted 30 September 2009 - 12:11 AM
I've made my own unattened windows 7 dvd with the support of this great forum.
But i've a little question.
I've some software that will be installed in my windows 7 , but in the installation i get a screen if i want to accept the unsigned driver yes or no.
Is there a posibility to always accept these drivers in my setup of windows 7, so i don't need to click every time?
#3
Posted 16 October 2009 - 05:52 PM
kallie, on Sep 30 2009, 08:11 AM, said:
I've made my own unattened windows 7 dvd with the support of this great forum.
But i've a little question.
I've some software that will be installed in my windows 7 , but in the installation i get a screen if i want to accept the unsigned driver yes or no.
Is there a posibility to always accept these drivers in my setup of windows 7, so i don't need to click every time?
use :
/forceunsigned
example
dism /image:"C:\Temp\mount" /add-driver /driver:"C:\Temp\source\drivers\lan\ws3cap.inf" /forceunsigned
#4
Posted 19 October 2009 - 07:33 AM
sp00f, on Oct 16 2009, 11:52 PM, said:
kallie, on Sep 30 2009, 08:11 AM, said:
I've made my own unattened windows 7 dvd with the support of this great forum.
But i've a little question.
I've some software that will be installed in my windows 7 , but in the installation i get a screen if i want to accept the unsigned driver yes or no.
Is there a posibility to always accept these drivers in my setup of windows 7, so i don't need to click every time?
use :
/forceunsigned
example
dism /image:"C:\Temp\mount" /add-driver /driver:"C:\Temp\source\drivers\lan\ws3cap.inf" /forceunsigned
hi
can you explane a bit more the forceunsigned command is it used in autounattend file?
thanks
#5
Posted 19 October 2009 - 08:07 AM
#6
Posted 17 December 2009 - 03:19 AM
I'm just setting up an unattended installation with WDS, MDT 2010 and PXEBoot. But I have two unsigned drivers yet and I get the question during setup.
So I'm looking for a solution to disable the driver signing check while installing the software.
I tried setting the registry key, but this would just work for XP:
reg.exe add "HKCU\Software\Policies\Microsoft\Windows NT\Driver Signing" /v BehaviorOnFailedVerify /t reg_dword /d 0x00000000 /f
Also I tried the following commands in several combinations (started with admin privileges and reboot after setting)
bcdedit.exe /set loadoptions " /DISABLE_INTEGRITY_CHECKS"
bcdedit.exe /set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe /set TESTSIGNING ON
bcdedit.exe /set NOINTEGRITYCHECKS ON
But the signing check is still asking...
Any ideas?
Best regards, Nils.
#7
Posted 17 December 2009 - 09:38 AM
Quote
For help with basic syntax. Start > Run > CMD > DISM /?
NOTE-TO-SELF: Next version of DISM Tool™ should add support for this.
This post has been edited by MrJinje: 17 December 2009 - 09:41 AM
#8
Posted 17 December 2009 - 11:13 AM
C:\UaWorkArea\TempUa , Wim Image Path
C:\Win7_UaWorkArea\Drivers , Path To Drivers
Quote
#9
Posted 07 January 2010 - 07:29 AM
At the moment I install this drivers with individual AutoHotKey/AutoIt scripts. This seems to be a good compromise.
#10
Posted 11 January 2010 - 07:34 AM
1 driver or 127 like I had before i trimmed them down
/ForceUnsigned will add the unsigned drivers to the image store
/recurse will process 1 root folder and ALL sub folders within
This does not affect the driver signing policy, it will still be on after the Install.
You are only forceing integration of the ones in your 'Drivers' folder at the time you do it.
#11
Posted 11 January 2010 - 08:08 AM
maxXPsoft, on Jan 11 2010, 02:34 PM, said:
Example:
Users with an nForce2, nForce3 or nForce4 RAID system are not able to get Win7 installed by booting off the original Win7 DVD. The Win7 in-box nForce SATA and RAID driver do not support their SATARAID Controllers, WHQL certified nForce drivers either are not accepted (because they are designed for Windows XP) or do not support the related chipsets.
#12
Posted 11 January 2010 - 09:21 AM
Before that I was F6 and provide the floppy with drivers
OK 7 vanilla won't boot with them driver's. What are your options? Inject them and try, I can't say since 7 supports what I have now.
It's a learning curve, try the inject method especially for the boot critical.
Don't ask ?, try it and learn and let us know. There is such things as VM where you can test.
This post has been edited by maxXPsoft: 11 January 2010 - 09:22 AM
#13
Posted 11 January 2010 - 10:06 AM
maxXPsoft, on Jan 11 2010, 04:21 PM, said:
It's a learning curve, try the inject method especially for the boot critical.
Don't ask ?, try it and learn and let us know. There is such things as VM where you can test.
I posted this question, because I have started >this< thread at a time, when I owned an nForce4 RAID system myself. Users with an nForce2-4 RAID system are waiting for a solution.
#14
Posted 11 January 2010 - 11:25 AM
#15
Posted 11 January 2010 - 04:51 PM
MrJinje, on Jan 11 2010, 11:25 AM, said:
yes, I used to do something called SetDriversRoot.cmd and boot.wim 2 with Vista where during install it would stop and add them.
search the Vista unattend forum for this Windows\System32\SetDriversRoot.cmd
http://www.msfn.org/...oot-t91468.html
This post has been edited by maxXPsoft: 11 January 2010 - 07:11 PM



Help
Back to top









