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.
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.
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.
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.
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"
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.
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
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.
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.
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
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)