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>
Universal Windows Platform (UWP)
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
44 questions
{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://video2.skills-academy.com/en-us/windows-hardware/drivers/devapps/print-support-app-association

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

    0 comments No comments