driver

  1. U

    Question How to check a catalog file is signed and certificate detail

    I can check this though signtool.exe and it results in the text output though below command. signtool.exe verify /v /pa "C:\test\ftdiport.cat" And this result the output in verbose mode in command prompt or we can redirect it to a text file as below. Verifying: C:\test\ftdiport.cat Signing...
  2. U

    Question Get catalog file information

    I need to check whether a driver catalog file is created for x86 or x64. So, I loaded the libraries of inf2cat.exe. I am able to create a catalog file with it. But I am not able to get any info about the existing catalog file. I tried below but it is creating empty collection for...
Back
Top Bottom