rootfixxxer Posted August 7, 2004 Posted August 7, 2004 controlers or something like that....waht can i do to bypass this when i'm installing the clonecd?!!?i get a VBscript somewhere in the forum, but when the setup tries to install the Virtual Drive the windows says that isn't digital signed....some help.... and that stops my installation of the apps....i just need to click yes... but it stops...
big_gie Posted August 7, 2004 Posted August 7, 2004 You need this in your winnt.sif:[unattended]... DriverSigningPolicy=Ignore...
rootfixxxer Posted August 7, 2004 Author Posted August 7, 2004 but i have that in my Winnt.sif!it's when i run the batch file when it trys to install the virtual cd drive....
jrzycrim Posted August 7, 2004 Posted August 7, 2004 Perhaps you can terminate that with taskkill or pskill. I haven't really thought about this so it might be a bad idea...
big_gie Posted August 7, 2004 Posted August 7, 2004 Heres the begining of mine:[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS ProgramFilesDir="D:" CommonProgramFilesDir="D:\FichiersCommuns" DriverSigningPolicy=Ignore UnattendSwitch="yes" WaitForReboot="No"...Maybe there is another one that you didn't include?
rootfixxxer Posted August 7, 2004 Author Posted August 7, 2004 is mine[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch="yes" FileSystem=* DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers\000_usb;Drivers\001_ati;Drivers\002_mon;Drivers\003_cble;Drivers\004_ptv;Drivers\005_snd"jrzycrimbut if i make taskill it just doesn't install the Virtual Cd Drive....and i need it!!
jrzycrim Posted August 7, 2004 Posted August 7, 2004 Importing this into your registry before installing the device might work. I haven't tested it though...[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]"Policy"=hex:00I was testing this on my system. That first tweak I gave you probably won't work. It didn't for me.This one did:[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Driver Signing]"Policy"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"PrivateHash"=hex:b5,d8,e5,40,81,96,7f,61,8e,11,34,97,82,bb,7d,01That second entry(PrivateHash) you might want to import from your own registry. Right click on my Computer, Select Properties, Go to the Hardware Tab, click Driver Signing, Check Ignore and Make this action the system default, Click ok, Click Ok. Reboot. Launch Regedit and export this key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]. You only need the "PrivateHash" Value so delete the others.If importing this right before you install the Virtual drive doesn't work, you might try importing it from cmdlines.txt. Still might not work. You neve know about these tweaks.
rootfixxxer Posted August 7, 2004 Author Posted August 7, 2004 regedit yes this should do the trick!! just have to put it in the beginnig of the batch file ... yes it's after the gui setup...when the win start for the first time...
jrzycrim Posted August 7, 2004 Posted August 7, 2004 I did some testing with Nero's Image Drive.I blocked the installation of unsigned drivers. Tried to install Image Drive and of course windows blocked the installation.I then imported this into the registry:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Driver Signing]"Policy"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]"Policy"=hex:00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"PrivateHash"=hex:b5,d8,e5,40,81,96,7f,61,8e,11,34,97,82,bb,7d,01This time, when I installed Nero Image Drive, It installed without warning.It wouldn't work unless I imorted all three keys. The true test will be when you try it on your unattended install.Again, you should set your Driver Signing to ignore and export that third key from your own registry. I'm not sure what else that PrivateHash value may control.Good Luck.
rootfixxxer Posted August 7, 2004 Author Posted August 7, 2004 thks for alli'll try this later at home!!!
prathapml Posted August 11, 2004 Posted August 11, 2004 It wouldn't work unless I imorted all three keys. The true test will be when you try it on your unattended install.Nice fix you got there! Gotta use it myself too - was looking around for a solution for this since the beginning.
jrzycrim Posted August 11, 2004 Posted August 11, 2004 I haven't tested on my unattended CD since I don't install anything that requires it. It should work though...Hopefully rootfixxxer will let us know if it does.
j4ever Posted September 3, 2004 Posted September 3, 2004 this thread is very confusing! what does privatehash control? i just want xp not to prompt me about unsigned drivers and i want it to install my modded ati drivers in my unattended cd.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now