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,
As your all aware from the Consumer preview, applications are installed via the Microsoft Store, authentication to the store is based upon your Microsoft LiveID. As a consumer you simply click on the store icon and use the Windows 8 Store to get an application onto Windows 8 Consumer Preview.
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:
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
More details on the Windows Store can be found here
http://blogs.msdn.com/b/windowsstore/
And Building Windows 8 blog
http://blogs.msdn.com/b/b8/
Great articel
There are other cmdlets that work with the Appx packages that come from the store. You can find a reference here technet.microsoft.com/.../hh856045.aspx. Two useful ones that pop out are get-appxlog, which can show log information during the installation of a LOB app, and get-appxpackage, which can list all installed appx packages on the computer or for a user profile.
Hi, I made a app with visual studio 2012 on Windows 8 Releade Preview, I made the appx file and when I did "add-appxpackage C:\app1.appx"
I have this error:
'add-appxpackage' is not recognized as an internal or external command,
operable program or batch file.
Did i miss something?
CMD and Powershell are not the same application!
Now it's work!
Your article was a revelation :)
gallery.technet.microsoft.com/CompuSight-Metro-App-b31b65da
So, where can i get .appx (app). I live in Myanmar and Microsoft don't allow our country to access Store. That's why i can't download any app even I heard there are free apps in it.
Could you please point where can i download win 8 app not from Microsoft Store.
Thanks in advance.
Sorry for my poor language. :)
So