How to add unsigned 64 bit drivers to WDS

wds

Windows Deployment Services on 2008 R2.

I'm trying to add a 64 bit driver package. Dell provides the drivers but they are unsigned. WDS does not allow adding unsigned 64 bit drivers. Is it possible to override this requirement and add them anyway, or is there a simple way to sign these drivers myself?

To be clear, I'm not trying to inject drivers into the boot image, just have them available in the driver pool during installation.

Best Answer

I think your only option would be injecting the driver into the image using dsim.exe with the /forceunsigned switch.