Can't install two inbox apps on Windows 11 24H2 using NTLite

kkhwww

New Member
Messages
2
Reaction score
0
While I'm trying to intergrate UWP App updates offline for Windows 11 Professional, 24H2 using NTLite, I met these error:

Intergrating: MSN Weather + Dependencies - Error 0xc1570117 - [279]
Intergrating: Xbox App + Dependencies - Error 0xc1570117 - [279]

While other apps are updated with no errors.
These two updates can be intergrated into Windows 10 22h2 with latest LCU image successfully using NTLite, but fail to install on windows 11 24h2 with latest LCU image.

What I have done is:
-> Download the latest Appx Package from store.rg-adguard.net
-> Install them with the appropriate license .xml files and appropriate dependency packages specified
-> Update the latest Windows 11 Build (May 2025)
-> I have tried removing these 2 apps first, then reinstall the new ones, error 279 still encounters.
-> The Microsoft.BingWeather_8wekyb3d8bbwe.appxbundle version is 4.54.63022.0. (published 2025.05.13)
-> The Microsoft.GamingApp_8wekyb3d8bbwe.msixbundle version is 2505.1001.9.0. (published 2025.05.24)
-> The Ntlite version I use is 2025.5.10429.

So, what can I do next?
 
Microsoft.BingWeather requires:
Code:
Microsoft.Advertising.Xaml_10.1811.1.0_x64
Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64
Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64
Microsoft.UI.Xaml.2.8_8.2501.31001.0_x64
Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64
Microsoft.VCLibs.140.00_14.0.33519.0_x64

Microsoft.XboxApp requires:
Code:
Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64
Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64
Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64
Microsoft.VCLibs.140.00_14.0.33519.0_x64

You can use this PowerShell script to download UWP apps and their dependencies:
PowerShell GUI for Downloading Microsoft Store Apps - W10_11StoreApps.ps1
 
You can use this PowerShell script to download UWP apps and their dependencies:
Yep, i have also downloaded all the up-to-date dependency packages for these 2 apps, and I specify those required dependency packs with the main packages in NTLite (Ntlite will show red terms if the dependency packages are not appropriatedly specified), but the issue still exists.
Also, Microsoft.XboxApp is for Windows 10, while Microsoft.GamingApp is for Windows 11. They have different dependency requirements.

This thread reports the same error:

Error: 0xc1570117<br><br>The specified package is not a bundle containing a stub package. A stub package is required when the InstallStub option is<br>specfied, or the package family's stub preference is configured to install a stub package.
 
Last edited:
Back
Top