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

Deploy to device in diferent network

Is it possible to deploy to a device that is in another network?

I wanted to deploy to the client device that is another physical location. Is this possible?

Best regards

Answers

  • Options

    @JPItPeople,
    Are you looking to side-load an application onto the remote HoloLens? If so, you can package your project in Visual Studio and have the client install using the Windows Device Portal.

    Here are the steps for Visual Studio:

    • Select the appropriate build flavor (Master, Release, Debug)
    • In the Solution Explorer, right click on your project and select Store > Create App Packages
    • Follow the wizard (you do not need to associate your application with the store to create the package for side-loading)

    When complete, you will have a folder that contains a Dependencies and the project's .appx file. Send these to your client and have them connect to their HoloLens using the Windows Device Portal and install from the Apps tab.

    Thanks!
    David

Sign In or Register to comment.