How to Setup the Microsoft IPP Driver for the printer support app.?

Pegasus Admin 0 Reputation points
2024-06-03T06:42:17.1133333+00:00

Hi,
I am trying to develop the PSA application with Microsoft IPP Driver can you guide me in setting up the Driver for the printer.

PSA extensions:

<Extensions>
		<printsupport:Extension Category="windows.printSupportWorkflow" EntryPoint="Printer_Support_App.WorkflowTask"/>
		<printsupport:Extension Category="windows.printSupportSettingsUI" EntryPoint="Printer_Support_App.SettingsPage"/>
</Extensions>
Developer technologies | Universal Windows Platform (UWP)
Windows development | Windows Driver Kit (WDK)
{count} votes

1 answer

Sort by: Most helpful
  1. Manu M 0 Reputation points Microsoft Employee
    2024-06-03T23:17:02.9933333+00:00

    You can associate a PSA with a printer using the IPP class driver as described here

    https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-association

    More information on the PSA platform can be found here https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.