2.4 KiB
title, description, ms.assetid, ms.date, manager, keywords, ms.prod, ms.sitesec, author, ms.author, ms.topic, ms.localizationpriority, ms.custom, appliesto
title | description | ms.assetid | ms.date | manager | keywords | ms.prod | ms.sitesec | author | ms.author | ms.topic | ms.localizationpriority | ms.custom | appliesto | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Manage custom apps for HoloLens | Side load custom apps on HoloLens. Learn more about installing, and uninstalling holographic apps. | 6bd124c4-731c-4bcc-86c7-23f9b67ff616 | 07/01/2019 | v-miegge | hololens, sideload, side load, side-load, store, uwp, app, install | hololens | library | mattzmsft | mazeller | article | medium |
|
|
Manage custom apps for HoloLens
HoloLens supports many existing applications from the Microsoft Store, as well as new apps built specifically for HoloLens. This article focuses on custom holographic applications.
For more information about store apps, see Manage apps with the store.
Install custom apps
You can install your own applications on HoloLens either by using the Device Portal or by deploying the apps from Visual Studio.
Installing an application package with the Device Portal
-
Establish a connection from Device Portal to the target HoloLens.
-
In the left navigation, navigate to the Apps page .
-
Under App Package browse to the .appx file that is associated with your application.
Important
Make sure to reference any associated dependency and certificate files.
Deploying from Microsoft Visual Studio 2015
-
Open your app's Visual Studio solution (.sln file).
-
Open the project's Properties.
-
Select the following build configuration: Master/x86/Remote Machine.
-
When you select Remote Machine:
- Make sure the address points to the Wi-Fi IP address of your HoloLens.
- Set authentication to Universal (Unencrypted Protocol).
-
Build your solution.
-
To deploy the app from your development PC to your HoloLens, select Remote Machine. If you already have an existing build on the HoloLens, select Yes to install this newer version.
-
The application will install and auto launch on your HoloLens.
After you've installed an app, you'll find it in the All apps list (Start > All apps).