denmyos Posted December 2, 2014 Posted December 2, 2014 G'morning I'm working on this problem. I have to install the windows games on my win7 deployment I'm using this string. DISM /online /Enable-Feature /FeatureName:InboxGames /Quiet /Norestart When I use it in CMD in win7 it will install all the games that win7 has to offere. BUT When I use it in MDT it only gives me Gamecenter and no games.? In MDT I made a Run command line in State restore->custom task. And but the string in DISM /online /Enable-Feature /FeatureName:InboxGames /Quiet /Norestart What I'm I missing here? Why is it no working in MDT
Arthur Posted December 2, 2014 Posted December 2, 2014 Try adding the feature using the method described here... https://jprudente.wordpress.com/2014/02/27/adding-roles-and-features-during-deployment/
computer_expert Posted December 2, 2014 Posted December 2, 2014 You can add an 'Install roles and features' step into the task sequence (Add > Roles > Install Roles and Features) and tick the needed bits and bobs. It saves messing around with the command line steps. Edit - Too slow!
denmyos Posted December 2, 2014 Author Posted December 2, 2014 Hmmm still not working. Even if I'm getting the role and feature, after i'm choosing my TS, It's still not installinge anything.? Have also tried SkipRoles=YES and SkipRoles=NO Still nothing is installed. I had a quick look through the smsst.log and it seems that the role and feature is being installed, but nothing is Installed in windows.?
denmyos Posted December 2, 2014 Author Posted December 2, 2014 (edited) On the client the BDD.log says Property optionalOSfeatures is now = InboxGames,,(and the all the games) But still nothing is to be seen in windows 7 Edited December 2, 2014 by denmyos
denmyos Posted December 4, 2014 Author Posted December 4, 2014 I Ended up roles and feature + (PLUS) DISM /online /Enable-Feature /FeatureName:InboxGames /Quiet /Norestart For some reason it only works with both "string" in TS.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now