Hello Kumar,
Thank you for posting question on Microsoft Windows Forum!
Based on the issue description. Well! The fact of the matter is that MSIX does not fully support complex applications that rely on system-level services like Adobe’s AGSSService. While MSIX Packaging Tool introduced limited service support in Windows 10 (2004) and later, service-dependent applications such as Acrobat Pro often fail post-installation because MSIX cannot replicate all behaviors of traditional MSI/EXE installers. This is an expected limitation rather than a packaging error.
Regarding the query of Limitations or Restrictions. If the service requires a kernel-mode driver (which many Adobe "integrity" and licensing services do), MSIX will fail. MSIX does not support the installation of drivers. For system-level privileges. MSIX services generally run in the context of the user or a restricted local system account within the container. If the service needs to write to protected system directories or modify registry keys outside the virtualized bubble, it will silently fail. Also, services like AGSSService are designed to detect if the application files have been moved, modified, or virtualized. Because MSIX redirects file and registry writes to a "VFS" (Virtual File System), the Adobe service likely triggers a "tamper" flag and shuts the application down to prevent what it perceives as piracy or corruption.
The point worth mentioning here is that Adobe Acrobat Pro cannot be reliably packaged into MSIX due to its dependency on background services like AGSSService. This is an expected limitation of MSIX by design, not a misconfiguration. For enterprise deployment, it is considered to stick with Adobe’s supported MSI/EXE installers or virtualization methods.
You can consult the following articles for more information regarding your concerns.
- https://learn.microsoft.com/en-us/windows/msix/packaging-tool/convert-an-installer-with-services
- https://learn.microsoft.com/en-us/windows/msix/msix-troubleshooting-guide
- https://techcommunity.microsoft.com/blog/modernworkappconsult/packaging-adobe-reader-dc-for-avd-msix-appattach/3572098
Hope the above information is helpful! If it is. Free feel to hit "Accepted" for benefitting others in community having the same issue too.