1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #4041 MSMG, Oct 10, 2017
    Last edited: Oct 10, 2017
    (OP)
    Will check with the Photos App and the Store App it's already specified before that it needs the Xbox Identity Provider App to work properly.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    What's the error you are getting?

     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    MSMG Toolkit v7.7 and thanks for the heads up so I'm waiting for next version :good3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    Wasn't the Xbox Identity Provider also a requirement a while ago, too? I may be mistaken but I thought one could not install a working Windows Store without Xbox Identify Provider also being included? I know it hasn't been that way in RS3.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    what is currently not working/available in toolkit for RS3 RTM? (we are all awaiting you..)
     
  6. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    I think I would install it just because I was told by a few people elsewhere that without App, Store would not work, but I never added any Xbox junk soon after and never had any issues.

    And I'm actually creating an LTSB master image right now for MDT, heh.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    yep myself once also installed Store on LTSB and NO issues
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    The issue is not adding it on, it is taking it out on RS3. You need to leave the XBox app installed for it to work. You can't take out all apps except store. You need to do it individually. Of course if you do not want XBox then take it out. After Windows install just add the store back in with one of the methods mentioned in the thread about adding store to unsupported OSes. Then store will work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. dragonflylee

    dragonflylee MDL Novice

    Aug 22, 2015
    1
    0
    0
    In the Feature "Convert Windows WIM Image to ESD Image", when convert all index, it convert squre count of index.

    because :ExportImage label use dism option " /All ", it should not use " for /L " to call label ":ExportImage"
     
  10. Shuang

    Shuang MDL Novice

    Feb 15, 2017
    12
    1
    0
    Sorry to keep you waiting. This is what i have gotten
    Here I attach pictures and logs.

    PS:
    I do not understand why it is wrong or know how to locate the wrong location.
    I just want to submit my bug. So forgive me for uploading the logs which was
    editted by myself.:)
     

    Attached Files:

  11. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Hi dude, well although I don't need add Store in LTSB(C) only for use M$FT Translator anymore because I discover one amazing application on Neowin that make same job and works like a charm I'm very thankfull with your tips and you GOD666 and more members here make a very good job :hug2::tankyou:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
  14. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,006
    122
    90
    I don't know why but after using the latest version of this tool to remove some apps the ISO is bigger than the original. I don't have this problem with the previous version.
     
  15. MatePonczas

    MatePonczas MDL Novice

    Nov 21, 2015
    36
    10
    0
    I see that this tool will also extract the LP and FOD files from install.wim file?
     
  16. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #4058 biatche, Oct 12, 2017
    Last edited: Oct 12, 2017
    with 7.7 and 16299.15, after removing some metro apps, while preserving store, store doesnt appear to start at all. is this a known issue?

    update: reading back a few pages, does appear to be a known issue. hope for an quick fix.
     
  17. cajg

    cajg MDL Novice

    Jan 4, 2010
    45
    5
    0
    Be patient, i guess :)
    BTW if you want to remove only metro apps, use the PowerShell command (with admin rights) after a clean install, a lazy/slow way i know, but it works. (At least did the job for me on RS2):

    Get-AppxPackage -AllUsers | where-object {$_.name –notlike "*store*"} | Remove-AppxPackage
     
  18. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    MSMG:
    Code:
    REM if "%ImageBuild%" gtr "10586" if not "%ImageInstallationType%"=="Server" call :RemoveProvisionedAppxPackage "%InstallMount%", "Xbox Identity Provider", "Microsoft.XboxIdentityProvider"
    commented this line to test your theory but store still doesnt launch, so its not this. (hope it saves you some time)