Update holographic-custom-apps.md

Edits
This commit is contained in:
v-tea@microsoft.com 2019-09-12 13:19:59 -07:00 committed by GitHub
parent 3891f6d6b6
commit ed12864a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,26 +18,27 @@ appliesto:
# Install and manage custom applications (non-store) # Install and manage custom applications (non-store)
HoloLens supports many existing applications from the Microsoft Store, as well as new apps built specifically for HoloLens. This article will focus on custom holographic applications. 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.
Read [manage apps with the store](holographic-store-apps.md) for more information about store apps. For more information about store apps, see [Manage apps with the store](holographic-store-apps.md) .
## Install custom apps ## Install custom apps
You can install your own applications on HoloLens using either the Device Portal or by deploying them from Visual Studio. 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 ### Installing an application package with the Device Portal
1. Establish a connection from [Device Portal](https://docs.microsoft.com/windows/mixed-reality/using-the-windows-device-portal) to the target HoloLens. 1. Establish a connection from [Device Portal](https://docs.microsoft.com/windows/mixed-reality/using-the-windows-device-portal) to the target HoloLens.
1. Navigate to the **Apps** page in the left navigation. 1. In the left navigation, navigate to the **Apps** page .
1. Under **App Package** browse to the .appx file that is associated with your application. 1. Under **App Package** browse to the .appx file that is associated with your application.
> [!IMPORTANT] > [!IMPORTANT]
> Make sure to reference any associated dependency and certificate files. > Make sure to reference any associated dependency and certificate files.
1. Select **Go**. 1. Select **Go**.
[!div class="mx-imgBorder"]
![Install app form in Windows Device Portal on Microsoft HoloLens](images/deviceportal-appmanager.jpg) ![Install app form in Windows Device Portal on Microsoft HoloLens](images/deviceportal-appmanager.jpg)
Using Windows Device Portal to install an app on HoloLens *Using Windows Device Portal to install an app on HoloLens*
### Deploying from Microsoft Visual Studio 2015 ### Deploying from Microsoft Visual Studio 2015
@ -46,12 +47,12 @@ You can install your own applications on HoloLens using either the Device Portal
1. Select the following build configuration: **Master/x86/Remote Machine**. 1. Select the following build configuration: **Master/x86/Remote Machine**.
1. When you select **Remote Machine**: 1. When you select **Remote Machine**:
- Make sure the address points to the HoloLens' WiFi IP address. - Make sure the address points to the Wi-Fi IP address of your HoloLens.
- Set authentication to Universal (Unencrypted Protocol). - Set authentication to **Universal (Unencrypted Protocol)**.
1. Build your solution. 1. Build your solution.
1. Click the **Remote Machine** button to deploy the app from your development PC to your HoloLens. If you already have an existing build on the HoloLens, select yes to re-install this newer version. 1. 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.
![Remote Machine deployment for apps to Microsoft HoloLens in Visual Studio](images/vs2015-remotedeployment.jpg) ![Remote Machine deployment for apps to Microsoft HoloLens in Visual Studio](images/vs2015-remotedeployment.jpg)
1. The application will install and auto launch on your HoloLens. 1. The application will install and auto launch on your HoloLens.
Once you've installed an app, you'll find it in the All apps list (Start > All apps ). After you've installed an app, you'll find it in the **All apps** list (**Start** > **All apps**).