AppxProvisionedPackage commands stuck on PowerShell and return DismInitialize failed

0

I am trying to install LOB UWP application I used:

Add-AppxProvisionedPackage -Online -PackagePath "APPX_PATH" -DependencyPackagePath "DEPENDENCIES"-SkipLicense

It worked for the first time, i even asked one of my colleagues to log in and the app was there. But, after that, i tried to reinstall it with the same command. But the command refused to execute, it's just blinking and loading.

I tried other commands to get the packages or remove the package but all have the same behavior. What could be a valid reason for that?

Get-AppXProvisionedPackage -Online | Select PackageName

Remove-AppxProvisionedPackage -PackageName "PackageName" -Online -AllUsers

EDIT#1:I am getting the following error after waiting for long time and pressing PgDn or End buttons on keyboard.

Remove-AppxProvisionedPackage : DismInitialize failed. Error code = 0x80004005
At line:1 char:1
+ Remove-AppxProvisionedPackage -PackageName PACKAGE_NAME ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Remove-AppxProvisionedPackage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
windows
powershell
shell
uwp
lob
asked on Stack Overflow Jan 26, 2020 by Ali123 • edited Jan 26, 2020 by Ali123

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0