Forum Discussion
jansvensenDT
Mar 18, 2021Copper Contributor
MSIX AppAttach - Register App - Administrative rights needed
Hi everyone, i am trying to register applications via PowerShell on a per user basis. Staging as admin works fine. Registering per user fails with the following message: Add-AppxPackage : Depl...
- Mar 19, 2021Your use of the word "staging" makes me think that this is an MSIX App Attach Scenario. As Google Chrome normally includes a service to perform updates, this is likely the cause.
Under MSIX, such an updater is unable to update the contents within the package anyway, and I would normally want to disable the the service for App-V packaging. Although services work in MSIX outside of App Attach, they are currently an issue with App Attach due to the need for elevation.
My advice would be to remove the service for this particular app from the package when packaging under MSIX with or without App Attach.
Mar 22, 2021
Great to hear your success!