DaveXP Posted August 11, 2003 Author Posted August 11, 2003 ok i remade the setup.iss file works find but the Driver Polcy Comes up how can i stop this and thanks again for all your help here.
Aaron Posted August 11, 2003 Posted August 11, 2003 Windows Registry Editor Version 5.00 ;Changes Windows Driver Signing Policy from 'prompt' to 'ignore'[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]"Policy"=hex:00Make sure this is in the registry before starting the driver installation.
DaveXP Posted August 11, 2003 Author Posted August 11, 2003 Yep i tryed that before never worked for me i even try to track down the poilcy my self but with no luck i must be the most unluck perosn very...
Aaron Posted August 11, 2003 Posted August 11, 2003 oops, looks like a bad key. There's more registry entries involved for changing prompt to ignore. This is what happens when prompt is changed to ignore from the System properties:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver SigningName: Policy Old: hex:01 Now: hex:00HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SetupName: PrivateHash Old: hex:2d,20,f1,68,6f,10,b7,0c,f3,f0,37,54,ec,b1,8c,79 Now: hex:3f,ac,90,40,51,a9,c7,e6,1c,b5,d5,9c,5d,db,fa,eaHKEY_USERS\S-1-5-21-2025429265-920026266-1957994488-1003\Software\Microsoft\Driver SigningName: Policy Old: dword:00000001 Now: dword:00000000If the S-1-5-21-2025429265-920026266-1957994488-1003 isn't identical to yours then you're out of luck, its randomly generated on every windows setup
DaveXP Posted August 11, 2003 Author Posted August 11, 2003 oops, looks like a bad key. There's more registry entries involved for changing prompt to ignore. This is what happens when prompt is changed to ignore from the System properties:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver SigningName: Policy Old: hex:01 Now: hex:00HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SetupName: PrivateHash Old: hex:2d,20,f1,68,6f,10,b7,0c,f3,f0,37,54,ec,b1,8c,79 Now: hex:3f,ac,90,40,51,a9,c7,e6,1c,b5,d5,9c,5d,db,fa,eaHKEY_USERS\S-1-5-21-2025429265-920026266-1957994488-1003\Software\Microsoft\Driver SigningName: Policy Old: dword:00000001 Now: dword:00000000If the S-1-5-21-2025429265-920026266-1957994488-1003 isn't identical to yours then you're out of luck, its randomly generated on every windows setupbad luck not the same but i have tracked down the first two parts to that registry there but i cant find the last one for some reasonS-1-5-21-1214440339-484763869-682003330-500 my one
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now