I still don't get what that error means Spoiler: error Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. error 0x87AF0001: The Visual Elements extension failed while processing the Notification element. NOTE: For additional information, look for [ActivityId] ddc72cc8-a0c1-000f-fbb4-c7ddc1a0d501 in the Event Log or use the command line Get-AppxLog -ActivityID ddc72cc8-a0c1-000f-fbb4-c7ddc1a0d501 At line:1 char:1 + Add-AppxPackage -Path Microsoft.WindowsStore_11710.1001.2713.0_neutra ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (C:\ltsb3\Micros...bbwe.AppxBundle:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Done that. Same result. I can't install the .appxbundle through powershell (as an administrator) aswell Spoiler: powershell error Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. PS C:\Windows\system32> add-appxpackage -path C:\LTSB3\Microsoft.WindowsStore_11804.1001.813.0_neutral_~_8wekyb3d8bbwe.AppxBundle add-appxpackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied. Unspecified error NOTE: For additional information, look for [ActivityId] ddc72cc8-a0c1-0004-b88f-c7ddc1a0d501 in the Event Log or use the command line Get-AppxLog -ActivityID ddc72cc8-a0c1-0004-b88f-c7ddc1a0d501 At line:1 char:1 + add-appxpackage -path C:\LTSB3\Microsoft.WindowsStore_11804.1001.813. ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\LTSB3\Micros...bbwe.AppxBundle:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
When I try to install ms store .appx bundle via powershell I get an "A Prerequisite for an install could not be satisfied" error. So what is a "prerequisite" for MS store? Some component?
Mention that the newest Microsoft.NET.Native.Framework.appx needs to be downloaded too or else dependency error is given for the latest Microsoft.WindowsStore .appxbundle route. btw. Thanks Code: ============================================================ Adding Microsoft Store ============================================================ Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package Microsoft.WindowsStore_11911.1001.9.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.Native.Framework.2.2" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.2.27011.0, along with this package to install. The frameworks with name "Microsoft.NET.Native.Framework.2.2" currently installed are: Windows cannot install package Microsoft.WindowsStore_11911.1001.9.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.Native.Framework.2.2" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.2.27011.0, along with this package to install. The frameworks with name "Microsoft.NET.Native.Framework.2.2" currently installed are: {} NOTE: For additional information, look for [ActivityId] 6d7074f9-9d36-0001-6928-716d369dd501 in the Event Log or use the command line Get-AppPackageLog -ActivityID 6d7074f9-9d36-0001-6928-716d369dd501 At line:1 char:1 + Add-AppxPackage -Path Microsoft.WindowsStore_11911.1001.913.0_neutral ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (D:\Downloads\Mi...bbwe.AppxBundle:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
That was a reply to me? I installed following bundles using powershell: Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbwe.Appx Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbwe.Appx Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx all successfully. But still got an error with: Microsoft.WindowsStore_11911.1001.913.0_neutral_~_8wekyb3d8bbwe.AppxBundle Microsoft.WindowsStore_11911.1001.913.70_neutral_~_8wekyb3d8bbwe.EAppxBundle All listed were downloaded from the Microsoft Store page by the Category.id. Or you mean that the Native Frameowrk should be downloaded elsewhere?
any working link for adding store to LTSB 2016 ? the Microsoft Store LTSB 2019-07-16 (google drive) link is dead ?!
Use the GitHub to install it and then update it through the Windows Store itself. I can't post the link here, but search for Nun-z in GitHub.
Anyone here use the myTube app? I've used it on LTSC 2019 before and it played videos fine but since doing a reinstall the other week, it will not start playback and I have no idea why.
Is there another way to download app in store in Server 2019? Changing product key is quite annoying :/
Hi everybody! I have problem when start store with domain user. When use local user, I can start and download/install app from store with no error. But when use domain user (domain admins), Store force login with Microsoft Account before using it. After login, I can search apps,... but I cannot install with error "Page could not be loaded please try again later". I running Windows 10 Enterprise LTSC version 1809 (OS Build 17763.1). Please help me!