Reputation: 4718
I'm writing a Windows 8 Store application but the application is for internal uses within my company. The application needs to run on 100+ tablets so the installation process needs to be easy.
So, I've been using the Windows 8 Store template to create my application but I now need to get this application on my devices. How can I do this without going through the Windows 8 store release process?
I've sideloaded the application on a few tablets for testing but I needed a developers licence for this and it expires every 30 days.
So is there anyway to release windows 8 store application as an enterprise solution?
I could use WPF to create my apps but the controls just aren't as smooth or nice for the touch screen environment.
Any help would be great. Thanks
Upvotes: 5
Views: 776
Reputation: 17855
The link provided by takemyoxygen already gives a lot of technical details. I'd just like to add a couple of additional notes.
Not all versions of Windows 8 have the sideloading license for installing Windows Store apps outside the store:
Once you have a sideloading license, you can install a Windows Store app package:
Make sure you visit Lhotka's blog to read more on the sideloading subject.
Upvotes: 3