Share via

How to test automatic download of PSA

Ambigavathi Dhanapal 5 Reputation points
2026-06-10T10:10:55.96+00:00

I need to check the automatic download of beta print support app from MS store when i connect a printer with beta printer extension inf.

Developer technologies | Universal Windows Platform (UWP)

2 answers

Sort by: Most helpful
  1. Jay Pham (WICLOUD CORPORATION) 3,800 Reputation points Microsoft External Staff Moderator
    2026-06-11T06:31:55.4166667+00:00

    Helo @Ambigavathi Dhanapal ,

    I see the manual installation works flawlessly, confirming the PackageFamilyName and AMUID within the extension INF are properly configured. I suspect the issue stems from testing a private or beta audience release; the Windows Store background task must authenticate against the Microsoft Account (MSA) mapped to that private group.

    I recommend checking the test machine account context. The Microsoft Store app on the test machine must be signed in with an MSA or Entra ID that is explicitly added to the known user group in the Partner Center.

    If your extension INF is not yet published as a flight on Windows Update for automatic download, I want you to stage it locally. Open an elevated Command Prompt and run:

    pnputil /add-driver <path_to_your_extension.inf> /install

    Connect the printer to trigger the plug-and-play event. The Windows spooler will detect the device, bind the extension INF, and notify the Microsoft Store. If the app still fails to download, I request that you check the Event Viewer logs for both the Print Service (Applications and Services Logs > Microsoft > Windows > PrintService > Admin/Operational) and the Store Operations (Microsoft > Windows > Store > Operational) to isolate the exact step where the trigger is denied.

    Hope this helps! If my explanation and the information I provided were helpful, I would greatly appreciate it if you could follow the instructions here so others with the same problem can benefit as well.

    Was this answer helpful?


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

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