Hi,
I'm trying to test out a Printer Support App I've written, which needs to be associated with an IPP printer. To do so, I've compiled and run the ippserver sample from the IPP working group.
https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide
https://github.com/istopwg/ippsample
This appears to be fine, and it can be found via Bonjour. I can also find it by using it's URI directly with Windows Printers and Scanners dialogs.
The problem is that when I come to assign a driver to it, I expect to find the Microsoft IPP Class Driver as one of the selectable options. Instead, I only find the generic XPS drivers, etc.
It seems that when installed with a non IPP driver, it still acts as-if it's an IPP printer as I can see IPP requests and responses when I interact with the printer through Windows.
The problem is, I don't believe I can associate my Printer Support App with my IPP printer without it using the Microsoft IPP Class Driver.
https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-association
Any suggestions?