Wednesday, April 04, 2012

Do corporations/businesses need to use the Windows Store to deploy internal LOB Win8 Metro Style apps? Nope (as long as the machines are joined to a domain). Here's the sideloading guide...

Over the past few days I have had a few questions re how does a University go about installing Enterprise apps onto Windows 8 machines without having to setup Microsoft LiveIDs on each of the machines,

...

However if you are an Enterprise looking to get Metro applications onto your employees/students or lab Windows 8 desktops then you will likely want to do it more directly.

Which is where “sideloading” fits in.

Microsoft Technet has detailed documentation on Windows 8 Sideloading to add and remove line-of-business (LOB) Metro style apps

In brief:

App must be cryptographically signed
App can only be installed on a computer that trusts the signing certificate
Group Policy must have the Allow all trusted applications to install setting.
Computer must be domain joined to run the app (not needed for install)
At which point installing an app is as simple as

add-appxpackage C:\app1.appx

Additionally you can also remove apps via this process

Remove-appxpackage C:\app1.apx

QR: Inline image 1

Posted via email from Jasper-Net