Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Using an App without deploying it from Visual Studio

So I have several small demos I have developed for the Hololens. However I have not been able to find any information on the Hololens site about how to place a finished built product onto the hololens. Basically in order to show these demos and get feedback I have to have a computer with the project and deploy it via Visual Studio every time.

How do I create an app I can permanently place on my hololens without needing to deploy it from a different machine? These are small demos that are not suitable for the windows store so I have no interest in having them published in their current state. I simply want to be able to show these demos without having to haul around my computer as well and having to deploy them every time.

Thank you.

Best Answer

Answers

  • Options

    Somehow I missed this portion of the dev website. This is exactly what I was looking for. Thank you!

  • Options

    You can also deploy to the device from Visual Studio. This option is in the build menu. Once you deploy to the HoloLens from Visual Studio, the app is essentially installed on the HoloLens as a full stand alone app, and can be run at anytime

Sign In or Register to comment.