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

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

  1. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    well thought i would try this out of interest (store_with_xbox),but after running the cmd with admin rights nothing seems to have changed
    no store icon or anything??
    windows 10 enterprise 2016 ltsb
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,418
    11,684
    240
    Guys, I'm aware that it's perfectly doable to do the windowsapps copy method to install these things, but does anyone have a working method to installing store and the dependencies via dism/powershell using the appx/appxbundle files and the associated license files? For example from the SW_DVD5_NTRL_Win_10_1607_32_64_MultiLang_App_Update_X21-12056.ISO file?

    I was having trouble trying to figure out how to install various things.
    The WindowsApps copy method would work, but I couldn't do it by doing a add-provisionedappxpackage method

    Also, does anyone have a maintained repo for store apps that come with win10?
    I've heard abbodi does but I don't want to bug him if someone has a repo readily available
     
  3. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    I just installed the runtimes first and added the store and so on last.
    worked with no problem.
    I used dism.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,708
    340
  5. Soulfate

    Soulfate MDL Member

    Feb 14, 2011
    185
    51
    10
  6. petok

    petok MDL Senior Member

    May 4, 2009
    350
    201
    10
    #186 petok, Sep 17, 2016
    Last edited by a moderator: Apr 20, 2017
    I add this files with commands from abbodi1406 before ~5 weeks and not have problem store work perfect on LTSB 2016
    Code:
    Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
    Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.xml
    Microsoft.NET.Native.Framework.x64.1.3.appx
    Microsoft.NET.Native.Framework.x86.1.3.appx
    Microsoft.NET.Native.Runtime.x64.1.3.appx
    Microsoft.NET.Native.Runtime.x86.1.3.appx
    Microsoft.StorePurchaseApp_8wekyb3d8bbwe.appxbundle
    Microsoft.StorePurchaseApp_8wekyb3d8bbwe.xml
    Microsoft.VCLibs.x64.14.00.appx
    Microsoft.VCLibs.x86.14.00.appx
    Microsoft.WindowsStore_8wekyb3d8bbwe.appxbundle
    Microsoft.WindowsStore_8wekyb3d8bbwe.xml
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,418
    11,684
    240
    #187 murphy78, Sep 17, 2016
    Last edited by a moderator: Apr 20, 2017
    Are you sure about that? Seemed to accept the ones from your repo when I tried it just now.
    Code:
    C:\Users\murphy78\Downloads\Licenses_(1)>dism /online /Add-ProvisionedAppxPackage /PackagePath:Microsoft.WindowsStore_11607.1001.514.0_neutral_-_8wekyb3d8bbwe.AppxBundle /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x86__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x64__8wekyb3d8bbwe.Appx /DependencyPackagePath:Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x86__8wekyb3d8bbwe.Appx /LicensePath:Microsoft.WindowsStore_8wekyb3d8bbwe.xml
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    
    Image Version: 10.0.14393.0
    
    
    The operation completed successfully.
    
    
    C:\Users\murphy78\Downloads\Licenses_(1)>
    Also, TYVM for the help

    EDIT: Scratch that. Store installed, but wouldn't open until I installed runtime 1.3 with powershell.
     
  8. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    just popped back to say everthings seems to be working now:biggrin:.
    i cleared the cache and re-ran it, and updted the store etc.
    im wondering how this is uninstalled. or is just clearing the cache??
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,708
    340
    Yeah, i should said it won't work, not won't accepted
    actually, all apps that needs .net runtimes, require version 1.3
    i guess it's related to PackageFamilyName

    btw, new Store version is up :cool:
     
  10. OSMAN

    OSMAN MDL Addicted

    Oct 25, 2009
    592
    103
    30
    I installed edge in server 2016 but it says installed, but there is no shortcuts, does not even load. this is on 1493.0
     
  11. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Same here, installed on LTSB but Edge does not run.

    Cheers.
     
  12. Wallboy

    Wallboy MDL Novice

    May 21, 2016
    13
    4
    0
    One thing I noticed, is that I cannot type anything in the Windows Store, including Apps such as the Xbox App. I can right click and paste stuff, but it doesn't respond to any keyboard events. Is this because I removed Cortana and SearchUI from my system?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #193 xinso, Sep 24, 2016
    Last edited by a moderator: Apr 20, 2017
  14. OSMAN

    OSMAN MDL Addicted

    Oct 25, 2009
    592
    103
    30
    #194 OSMAN, Sep 24, 2016
    Last edited: Sep 24, 2016
    works thanks :)
     
  15. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    #195 Supern00b, Sep 26, 2016
    Last edited: Sep 28, 2016
    OSMAN or Xinso, can you point me to the needed packages?
    I searched my iso's, lp isos and cumultive updates and can't seem to find those. The language pack would be ES-es.


    Nevermind, I found the Mega links Xinso posted on this board, thanks!

    Cheers.
     
  16. Wallboy

    Wallboy MDL Novice

    May 21, 2016
    13
    4
    0
    #196 Wallboy, Sep 28, 2016
    Last edited: Sep 29, 2016
    I still cannot figure out why I cannot use my keyboard for input for anything in the Store. This includes all Apps and Games.

    If anyone knows what might be wrong, let me know. I'm pulling my hair out trying to figure this out.

    EDIT: Got it! The TextServicesFramework in the Task Scheduler needs to be Enabled.
     
  17. GOD666

    GOD666 MDL Expert

    Aug 1, 2015
    1,957
    2,059
    60
    #197 GOD666, Oct 3, 2016
    Last edited: Oct 3, 2016
    I'm really happy to see others stepped up while I was away. :)

    If anyone thinks they can improve on this or do it better, please do. I'm likely not the person who should be distributing this as "modern apps" (mainly the store) are still something I don't always get my head around. I only stepped up because for over a year, no one else would (the pros usually don't want modern apps, but I did).
     
  18. Dorfdad

    Dorfdad MDL Novice

    Jul 25, 2013
    27
    6
    0
    Just installed Server 2016 RTM for testing and was able to get the store on it and XBOX. XBOX works fine but I can not install anything on Server NEtflix / Plex / Games it jsut loops back to store install screen. Any advise?
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,708
    340
  20. Dorfdad

    Dorfdad MDL Novice

    Jul 25, 2013
    27
    6
    0
    thaanks however this doesnt work with server 2016 RTM.. Store opnes but install just loops back to store page and say install again.