We have requirement to host LOB (Line of Business) app in an internal server (cannot upload it to Windows Store). Sideloading seems to be the way for it. However clients find it difficult to install by typing powershell commands. Is there any other way like download & install or double-tap install type of packaging for windows 8.1 apps?
1
votes
2 Answers
0
votes
I see at least 3 different solutions in my projects :
- Create a custom MSI which run the powershell --> most common way
- Use system center manager(http://blogs.technet.com/b/uktechnet/archive/2013/04/08/ways-to-deploy-modern-apps-for-windows-8-explained.aspx)
- Use Intunes
Regards