[GUIDE] Add Store to Windows 10 EnterpriseS SKU (LTSB/LTSC)

Discussion in 'Windows 10' started by Tito, Aug 9, 2016.

  1. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
  2. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    Ok.

    Put it that way, MS is absolutely confusing branding two different generation OSes the same way.

    But writing Server 2022 = 20348 doesn't help either, given ATM
    Server 2022 = 20348 Or 22xxx
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    It still is called 2009, redstone, etcetc...

    Referring to server 2022 based on win 11 without mentioning the Insider Preview suffix isn't helpful either.
     
  4. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    Sorry but there is one million of IP builds and most people just skip it thinking that is just "yet another minor build"...

    I personally discovered late that server 22xxx existed because the vague IP designation in the relevant thread.
    You should really add something like (Server 11) to the thread title.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    There are just 6 server IP builds released and published at the OP in there atm.

    When it gets officially released i will create the official build thread with the names msft gives them.
     
  6. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    Before that just avoid to obfuscate it using TWO acronyms, which on it's own are already ambiguous.

    Whats the meaning of "IP" for a person who don't spend it's life on forums.

    It's a strange DHCP build? It's a waterproof sever? :D
    It's really beyond me trying to understand why the same person who use verbose titles like

    Windows 10 Final Build 19041/2/3/4 (PC) [20H1/2 / 21H1/2 vb_release]

    decided to use something puzzling as

    Server IP LTSC Builds
     
  7. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    335
    629
    10
    I don't see anything confusing about the server brandings.
    server 2022 is sever build 20348.x, nothing else.
    builds 22xxx are server preview builds, which eventually will end up being server 2025 or whatever MS decides to call it.
    the name used in the preview builds does not matter at all, it is just a placeholder in the early development life cycle.

    -andy-
     
  8. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    You don't see the confusion bcause you already know how things are going.

    But usually any information is meant for people who needs to be informed, not for people that already know.
     
  9. ldeveraux

    ldeveraux MDL Novice

    Aug 15, 2010
    46
    4
    0
    That's cool. When is the predicted full release scheduled?
     
  10. casa36

    casa36 MDL Junior Member

    Sep 5, 2018
    52
    30
    0
    #1131 casa36, Feb 11, 2022
    Last edited: Feb 11, 2022
    Hi all,

    I'm trying to install the store on LTSC 2021 from Inbox Apps ISO, but it doesn't work. I use this command, inspired by abbodi1406's script :
    Code:
    Add-AppxProvisionedPackage -Online -PackagePath  D:\amd64fre\Microsoft.WindowsStore_8wekyb3d8bbwe.appxbundle -DependencyPackagePath "D:\amd64fre\Microsoft.NET.Native.Framework.x64.2.2.appx","D:\amd64fre\Microsoft.NET.Native.Runtime.x64.2.2.appx","D:\amd64fre\Microsoft.VCLibs.x64.14.00.appx","D:\amd64fre\Microsoft.UI.Xaml.x64.2.4.appx" -LicensePath D:\amd64fre\Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    The install seem works, but the store doesn't want to launch, same with another appx app like calculator.

    I get this :
    Code:
    Path          :
    Online        : True
    RestartNeeded : False

    is something missing? Maybe a bad version? I use the windows 11 iso (no version seems released specifically for W10 21H2) : SW_DVD9_Win_11_21H2_Refresh_64_ARM64_MultiLang_Inbox_Apps_X22-78344.ISO

    I also tried 21H1 release but i get an error which suggests a bad version this time.

    TIA
     
  11. Applegame12345

    Applegame12345 MDL Member

    Mar 13, 2016
    167
    148
    10
    Use wsreset -i in cmd.
     
  12. casa36

    casa36 MDL Junior Member

    Sep 5, 2018
    52
    30
    0
    Thanks. Unfortunately that doesn't work either.

    I have some warnings like these :
    Code:
      Message Failure Message: onecoreuap\enduser\winstore\licensemanager\lib\networkstatusmonitor.cpp(95)\LicenseManager.dll!00007FF89E86FBD4: Exception(6) tid(518) 80070013 Média protégé en écriture. [NetworkStatusMonitor::Invoke] 
      Function NetworkStatusMonitor::Invoke
      Source onecoreuap\enduser\winstore\licensemanager\lib\networkstatusmonitor.cpp
      Line Number 137
    
    
      Message Failure Message: hr: 0x80070013
      Function NetworkStatusMonitor::Invoke
      Source onecoreuap\enduser\winstore\licensemanager\lib\networkstatusmonitor.cpp
      Line Number 95
    
    Some stuff seems to be in read only, I don't know if that could be the problem.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,917
    340
    @casa36
    did you verify the dependencies?
    also, for online installation, you need to install the actual packages for current users using Add-AppxPackage -Path for each pack including dependencies
    Add-AppxProvisionedPackage only add it for future new users
     
  14. casa36

    casa36 MDL Junior Member

    Sep 5, 2018
    52
    30
    0
    #1135 casa36, Feb 11, 2022
    Last edited: Feb 12, 2022
    @abbodi1406
    Yes, I verified the dependencies before seeing your message and i tried again with the 21H1 ISO which also seems for the 21H2 according MS documentation, and this time it works ! :)

    So, the correct command is
    Code:
     Add-AppxProvisionedPackage -Online -PackagePath  D:\amd64fre\Microsoft.WindowsStore_8wekyb3d8bbwe.appxbundle -DependencyPackagePath "D:\amd64fre\Microsoft.NET.Native.Framework.x64.2.2.appx","D:\amd64fre\Microsoft.NET.Native.Runtime.x64.2.2.appx","D:\amd64fre\Microsoft.NET.Native.Framework.x64.1.7.appx","D:\amd64fre\Microsoft.NET.Native.Runtime.x64.1.7.appx","D:\amd64fre\Microsoft.VCLibs.x64.14.00.appx","D:\amd64fre\Microsoft.UI.Xaml.x64.2.0.appx","D:\amd64fre\Microsoft.UI.Xaml.x64.2.1.appx","D:\amd64fre\Microsoft.UI.Xaml.x64.2.3.appx" -LicensePath D:\amd64fre\Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    In my case, the applications appear well in the start menu for current user, so is it necessary?

    EDIT: Ah ok it's when there are users already created it only installs it for the current one, noted.
     
  15. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
    Good afternoon guys! Please tell me friends if I can integrate the store into the install.wim for LTSC 2021. Thank you.
     
  16. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
  17. Pl ask Abbodi1406 | Credits to him |
     
  18. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
    Thank you very much.