Comment installer correctement une application Windows Store à l'aide de powershell?


0

J'ai essayé d'installer Windows Store App à l'aide de la commande PS:

Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.9.9.0_x64__8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode

mais a échoué:

PS C:\WINDOWS\system32> Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.9.9.0_x64
wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.9.9.0_x64__8wekyb3d8bbwe package
because there was a merge failure with the following file: C:\Program
Files\WindowsApps\Microsoft.WindowsStore_2015.9.9.0_neutral_split.language-uk_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 412c5922-f9c0-0006-1e5f-2c41c0f9d001 in the Event Log or use
the command line Get-AppxLog -ActivityID 412c5922-f9c0-0006-1e5f-2c41c0f9d001
At line:1 char:1
+ Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.Win ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Comment installer Microsoft.WindowsStore_2015.9.9.0_x64__8wekyb3d8bbwe correctement dans mon cas?


Avez-vous exécuté Powershell en tant qu'administrateur?
h0ch5tr4355

Oui, voir dans le journal: PS C: \ WINDOWS \ system32 & gt;
amuliar
En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.