Jump to content

Recommended Posts

Guest Schaffer
Posted

I'm trying to sideload an encrypted appx (eappx) app via powershell.Add-AppxPackage -Path ./Appfile.eappx works fine.However it only installs the app for the current user.To install for all users on the machine I've seen suggestions to use Add-AppxProvisionedPackage. This works installing and appx but fails installing the eappx with the error below:Works: Add-AppxProvisionedPackage -Online -PackagePath ./Appfile.appx -SkipLicenseFails: Add-AppxProvisionedPackage -Online -PackagePath ./Appfile.eappx -SkipLicenseAdd-AppxProvisionedPackage : Add-AppxProvisionedPackage failed. Error

 

Continue reading...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...