How to install a Windows 8 App Without Submitting to Store [closed]

你离开我真会死。 提交于 2019-11-28 15:03:25

问题


For a customer I need a to present our Windows 8 Metro App. When I deploy my solution or project, I get a exe but I can't install it. I get a MessageError, that I can only start the exe in a app container.

How can I create a version of my application to give it to my customer without loading it up to the Microsoft Store?


回答1:


Use the PowerShell cmdlet add-appxpackage. For example:

add-appxpackage C:\myapp.appx

See http://blogs.msdn.com/b/uk_faculty_connection/archive/2012/04/03/installing-enterprise-metro-apps-without-using-microsoft-store.aspx for more info.



来源:https://stackoverflow.com/questions/12512196/how-to-install-a-windows-8-app-without-submitting-to-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!