Jump to content

digtal signed....


rootfixxxer

Recommended Posts

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:

Link to comment
Share on other sites


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?

Link to comment
Share on other sites

: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!! :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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