Retrieving a hardware ID
Hi, I'm looking for a way to get the device ID so that I can install it. Typically with an inf file, you would right click and install, but I want to be able to do that with my install. Because we use various different cameras that utilize the same driver, I can't just include the name of the device as a parameter into ExecWait. Best solution would be to pull the device ID and use that. Worst case is I'd have to make a section for each and every single camera type - not a great solution. Any ideas?