I have an NDIS 5 miniport adapter (virtual) which is causing users some
trouble because it always installs at the top of the adapter bindings
order, knocking off whatever adapter was previously at the top, and
wreaking havoc with previously established default bindings. Is it
possible to make a change in the .inf file to tell Windows to use a
lower binding position for the new adapter?
I know that this can be fixed manually by going to Control Panel ->
Network Connections -> Advanced -> Advanced Settings -> Adapters and
Bindings, and manually changing the ordering.
The problem is that this is too complicated a step to expect users to
be able to do manually.
Is there a way to programmatically tell Windows: "Install this adapter
at the bottom of the adapter bindings list, rather than the top"?
Thanks,
James