Search code examples
c#windows-store-appswinrt-xamlwindows-8.1windows-store

How to finalize a Windows Store App project meant for just one end user?


In the upcoming month or so I will be finishing a Windows Store App project that I was hired to complete for a company that will be using it on a Surface Pro tablet running Windows 8.1 they own as part of a kiosk at their building.

They requested that the app be built for them only.. that it doesn't need to be obtained from the app store where anybody can buy/download it. I am not sure how to finalize this project such that they have what they need to install the app on their device, reinstall it if they accidentally remove it, etc if it does not pass intermediately through the app store.

Is anybody familiar with this? Thank you in advance.


Solution

  • Use sideloading. It's very easy and you don't need any servers or internal stores. Sideloading WIndows Store Apps.