Jump to content

Recommended Posts

Posted

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

Posted

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!

Posted

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.?

Posted (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 by denmyos
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...