MSFN Forum: digtal signed.... - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

digtal signed.... Rate Topic: -----

#1 User is offline   rootfixxxer 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 14-July 04

Posted 06 August 2004 - 07:21 PM

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:


#2 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 06 August 2004 - 07:47 PM

You need this in your winnt.sif:

winnt.sif said:

[Unattended]
...
    DriverSigningPolicy=Ignore
...


#3 User is offline   rootfixxxer 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 14-July 04

Posted 06 August 2004 - 07:51 PM

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

#4 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 06 August 2004 - 07:53 PM

Perhaps you can terminate that with taskkill or pskill. I haven't really thought about this so it might be a bad idea...

#5 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 06 August 2004 - 07:53 PM

Heres the begining of mine:

winnt.sif said:

[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?

#6 User is offline   rootfixxxer 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 14-July 04

Posted 06 August 2004 - 08:11 PM

:rolleyes: is mine

Quote

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

#7 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 06 August 2004 - 08:13 PM

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

#8 User is offline   rootfixxxer 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 14-July 04

Posted 06 August 2004 - 08:20 PM

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

#9 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 06 August 2004 - 09:23 PM

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.

#10 User is offline   rootfixxxer 

  • Junior
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 14-July 04

Posted 06 August 2004 - 10:13 PM

thks for all
:) :rolleyes:

i'll try this later at home!!!

#11 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 10 August 2004 - 08:23 PM

Did you ever get this to work?

#12 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 August 2004 - 08:27 PM

jrzycrim, on Aug 7 2004, 08:53 AM, said:

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.

#13 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 10 August 2004 - 09:15 PM

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.

#14 User is offline   j4ever 

  • Member
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 04-July 04

Posted 03 September 2004 - 11:51 AM

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy