Forum Discussion

jansvensenDT's avatar
jansvensenDT
Copper Contributor
Mar 18, 2021
Solved

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...
  • TIMOTHY_MANGAN's avatar
    Mar 19, 2021
    Your 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.

Resources