Forum Discussion

Marius_Weiss's avatar
Marius_Weiss
Copper Contributor
Mar 25, 2022
Solved

Application use the Windows.FulltrustApplication entry point

Dear Community,   I try to install an App my chef developed. It is executed via a Powershell Script. I am able to install it everywhere with no problems (Windows 10), but one of our customers has a...
  • Harm_Veenstra's avatar
    Mar 29, 2022
    There are limitations in using LTSB versions of Windows for UWP/Store apps:

    "While Windows 10 LTSB (Long Term Servicing Branch which is aimed a specialized machines) does not include the Windows Store or in-box modern applications, it still contains the full UWP (Universal Windows Platform) stack which means if there is a UWP application that you wish to have on LTSB then it can be side-loaded using mechanisms such as DISM and PowerShell. The reason the Windows Store etc are not included is LTSB is designed to not update components with new functionality post-deployment which occurs with Windows Store applications automatically. For most desktop scenarios LTSB should not be used and instead Current Branch for Business."

    https://www.itprotoday.com/windows-10/side-load-uwp-applications-windows-10-ltsb

Resources