A Microsoft platform for building and publishing apps for Windows devices.
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.