Monday, August 25, 2014

drivers - How to check inf manufacturer

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

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...