How to check inf manufacturer

2

I am trying to create a WiX installer that should install USB drivers as well. It installs the application but not drivers. In the log file I have:

DIFXAPP: INFO: Installing INF file 'driver.inf' (Plug and Play).

DIFXAPP: INFO: Looking for Model Section ... DIFXAPP: INFO: No matching devices found in INF "driver.inf" on the Machine.

DIFXAPP:INFO: No drivers installed. No devices found that match driver(s) contained in 'driver.inf'.

DIFXAPP: INFO: RETURN: DriverPackageInstallW (0xE000020B) DIFXAPP: INFO: The device(s) for which the driver is being installed has not been plugged into the computer.

I have found (here) that it might be a case that Product/Manufacturer can be different from the Inf`s manufacturer. But how can I check the manufacturer of the inf file? It has this section, but I am not sure how to read it:

[Manufacturer]
%Ftdi%=FtdiHw,NTamd64
drivers
installer
inf
asked on Super User Jul 16, 2014 by JleruOHeP • edited Jun 12, 2020 by Community

1 Answer

0

If you asking for product/manufacture of usb addon, then simply go to System > Devices Manager > right click on usb: Properties > Details > Device Identification Should be something similar to PCI\VEN_1002&DEV_6742&SUBSYS_1D821043&REV_00

You should make correct edition of inf to resamble your usb ID

answered on Super User Jul 16, 2014 by Michal Sapsa

User contributions licensed under CC BY-SA 3.0