I'm using 64-bit Windows Embedded Standard 7 and am trying to install a USB driver for a device using a manufacturer-provided INF file. The INF file references usbser.sys, which is not found in the C:/Windows/System32/drivers folder. This driver
has been installed on Windows XP and 32-bit Windows 7, but must be installed on 64-bit Windows Embedded Standard 7.
Is there an alternate .sys file that replicates the functionality from usbser.sys, or is there is a way to have usbser.sys installed for Windows 7 Embedded? Or, another way around installing a driver from an INF file that references usbser.sys?
Thanks for your help,