Sun, Jan 18 2004 14:18
bradley
Inplace upgrade from SBS2k to 2k3 and get an error regarding driver not signed?
"The driver software you are installing has not been
properly signed with authenticode technology. Therefore,
Windows cannot tell if the software has been modified
since it was published. The publisher's identity cannot
be verified because of a problem:
The parameter is incorrect"
Resolution is to set Key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Non-Driver Signing\Policy to 00.
"The driver software you are installing has not been
properly signed with authenticode technology. Therefore,
Windows cannot tell if the software has been modified
since it was published. The publisher's identity cannot
be verified because of a problem:
The parameter is incorrect"
UPDATE: You probably need to edit this via Group Policy instead -- this is an example of the group policy for kernel mode drivers for printers:
1. Open Group Policy Management and open the Default Domain Controllers
policy. NOT the default domain policy.
2. Double-click Administrative Templates, and then double-click Printers.
3. Right-click Disallow installation of printers using kernel mode drivers,
and then click Properties.
4. In the Setting tab, click Disabled, and then click OK.
Explanation of the 'Disallow installation of printers using kernel mode
drivers'
Determines whether printers using kernel-mode drivers may be installed on
the local computer. Kernel-mode drivers have access to system-wide memory,
and therefore poorly-written kernel-mode drivers can cause stop errors.
Filed under: SBS Installation