Hi, we are distributing our drivers together with our applications as DifxApp merge modules, which has been deprecated and is not available for ARM64 at all.
I saw that the recommended way is now (well, since quite a while…) having ones drivers being distributed by Windows update, which sound appealing but is this viable at all? We have a WDM driver and on top of it a PortClass audio driver (and sometimes a PortClass MIDI driver). In some configurations our WDM driver matches against a physical device, like a USB or PCIe interface, but sometimes it’s pure virtual. The different applications with its specific configurations are independent and not distributed together. So each distribution only has a specific driver matching agains a small set of devices.
How much effort is it to get drivers distributed by Windows updates and would that be possible at all for virtual devices? Or what would you recommend?
Thanks for sharing any thoughts or hints where to look!
Hagen.