Jump to content

Recommended Posts

Posted

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... :rolleyes:


Posted

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?

Posted

:rolleyes: 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"

jrzycrim

but if i make taskill it just doesn't install the Virtual Cd Drive....

and i need it!! :)

Posted

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:00

I 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,01

That 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. :)

Posted

regedit yes this should do the trick!!

:):rolleyes::D

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...

:D

Posted

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,01

This 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.

Posted
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.

Posted

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.

  • 4 weeks later...
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...