Hello
Please someone can help me ? When I try to execute this command in PowerShell as administrator ,
Add-AppxProvisionedPackage -Online -PackagePath c:\AppxPackage\50ea4d02e68f4217869d054e06374b74.appxbundle -LicensePath c:\AppxPackage\50ea4d02e68f4217869d054e06374b74_License1.xml
then I get this error :
Add-AppxProvisionedPackage : Unspecified error At line:1 char:1
Add-AppxProvisionedPackage -Online -PackagePath c:\Appx ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: :)) [Add-AppxProvisionedPackage], COMException
FullyQualifiedErrorId : Microsoft.Dism.Commands.AddAppxProvisionedPackageCommand
Note : 2 weeks ago I did run the command without error. Then I uninstalled the application (not by command) but by the uninstall button in Apps. Now when I want to install it again by executing the command I get this error. Can someone help me?
Thank you so much