I've successfully installed the msStore in LTSC 2021 using the "Add-Store-Dynamic" script these are the required dependencies: - Microsoft.NET.Native.Framework.2.2 - Microsoft.NET.Native.Runtime.2.2 - Microsoft.VCLibs.140.00 I also was able to test "Add-Store-2020404" release DesktopAppInstaller, StorePurchaseApp, WindowsStore, XboxIdentityProvider were all installed and updated successfully
Microsoft Store packs - Added LTSC 2021 - Updated LTSC 2019 -- Add-Store-Dynamic - Updated to support both AppxBundle or MsixBundle
Yeah, you are the first you can get the OEM licenses for Microsoft inbox apps from any non-LTSC install.wim (or ESD) https://forums.mydigitallife.net/posts/1675845/
Thanks! This: is what I needed, thanks! The path was different for live system though: Code: "c:\ProgramData\Microsoft\Windows\ClipSVC\Archive\Apps\" Importing that license works just fine. I can use dummy VM machine to get any license I want.
The live system path contain renamed licenses files you cannot distinguish them without checking each xml file why the trouble since install.wim + 7-zip is easier?
I'm getting this error when I try try to install Windows Store on Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe Code: App installation failed with error message: error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_120.2212.3920.0_x64__cw5n1h2txyewy. (0x80073d02)
Edit Add-Store.cmd and replace first occurrence Code: %_psc% Add-AppxPackage -Path %%i with Code: %_psc% Add-AppxPackage -Path %%i -ForceApplicationShutdown see if that works
same error as uiox2000 while installing Store on LTSC 2021. And Code: %_psc% Add-AppxPackage -Path %%i -ForceApplicationShutdown solved this problem.