...i'll have a look at those AutoIt registry control commands you hint at.
Appreciate your comment.
# How many cameras do you have now. [5 x Sx150 as I seem to recall]
# How many cameras do you have need for your Multi-Camera project. [?]
# How many different types cameras do you have need for your Multi-Camera project. [?]
Open the W-7 Registry in RegEdit or similar, then navigate to HKLM\System\ControlSet001\..
there are only three [basic] places of interest. [as I recall "Control", "Enum/USB" and "Services"]
A/ HKLM\System\ControlSet001\Control\ [GUID = Libusb i.e the one specified in your OEM*.inf, LibUsb.inf]
then use RegEdit to Ex-Port this entry. [i.e to a file Hklm_Sys_CS01_Control.reg]
B/ HKLM\System\ControlSet001\Enum\USB\ VID.... PID .... = "Your Cameras"
[VID ....PID = Libusb i.e the one specified in your OEM*.inf, or LibUsb.inf]
then use RegEdit to Ex-Port this entry. [i.e to a file Hklm_System_CS0001_USB.reg]
C/ HKLM\System\ControlSet001\Enum\Services\LibUsb0
[Service.... = LibUsb i.e the one specified in your OEM*.inf, or LibUsb.inf]
then use RegEdit to Ex-Port this entry. [i.e to a file Hklm_System_CS0001_Service.reg]
Then put them all in a zip file Either post a temporary link some where or email them directly to me.
To use AutoIT, its simply a matter of then creating and/or editing these three entrys ... But
in a "Customized" WDM/LibUSB Hybrid way. AND having the correct Access Permissions.
You can probably get away with the same basic "Customized" WDM/LibUSB Driver for all your
computers but I am not a winx64 expert. The extra camera drivers shouldn't create any new problems.
You can simply "Delete" the "Customized" WDM/LibUSB Driver by using some negative values and then
re-merge a new but modified "Customized" WDM/LibUSB Driver.
Windows expects to then find a valid OEM*.inf or LibUsb0.inf file, but...........................
As in one of the above post its also possible to "Simply" change the "Default" windows behavior ....
H-H