I have created an installer that includes the installation of some unsigned USB drivers. The installer works fine but Windows presents a warning dialog stating that the driver is unsigned. Is there any way to suppress this warning from within the installer? According to a KB article on Microsoft's web site (http://support.microsoft.com/kb/236029/en-us) it can be suppressed for unattended installs by placing:
DriverSigningPolicy = Ignore
in the [Unattended] section of a setup file. Any suggestions would be appreciated.
Regards,
Gordon