Recent content by Alam

  1. A

    Windows 7 way to figure out if a driver is digitally signed

    I use the functions UploadPrinterDriverPackage and InstallPrinterDriverFromPackage in my code to upload the the driver to the driver store and install it. But these functions do not seem to work for unsigned drivers and I am not given a chance to cancel the installation.
  2. A

    Windows 7 way to figure out if a driver is digitally signed

    I am looking for a way to figure out if a driver is digitally signed. I use the api SetupVerifyInfFile for this, but this always fails with the error "Parameter is incorrect". Following are the parameters that I pass to this function, InfName - The Path of the Inf file with the file name. (say...
Back
Top