Monday, November 17, 2014

Install multiple language packs in one go

Have you ever been in a situation where you've to install a dozen different language packs for your servers? Then you know what I'm talking about. On one hand each pack takes about 15 - 30 minutes to install and having to wait for one to complete so that you can start off the next one felt like a criminal waste of  time. So I decided to get some help from PowerShell to make this part a bit easier.

I was installing a dozen language packs and  this saved some frustration for me.
And don't forget to run PSCONFIG after you're done installing. If you were to run it on a command line, this is what I'd do: 

PSConfig -cmd upgrade -inplace b2b -cmd applicationcontent -install -cmd installfeatures

No comments:

Post a Comment