Why can't we install a officially signed app on the HoloLens 2 without Developer Mode?

KM 0 Reputation points
2025-04-02T05:45:02.5633333+00:00

Were currently blocked in our release, because the HoloLens 2 won't let us install our signed app via AppInstaller when not in developer mode... We have a website that displays a QR code with the correct ms-appinstaller link that should install the application. The app itself is deployed by our Azure pipeline:

  1. Unity Build
  2. Create .appxbundle with VS22
  3. Load .appxbundle onto signing server
  4. Publish signed .appxbundle onto website to download via ms-appintaller.

Scanning the QR code with the HoloLens 2 opens up the AppInstaller. The installer gets stuck after a few seconds. Clicking it again shows the following message:

"For proper functioning of the app, try to launch a Windows app package"

Bild

This only shows up, when the HoloLens is not in developer mode. Everything works as intended in dev-mode. We do not intend on publishing this application to the Windows Store, the only way to update or download it should be our website.

Why can't we install the signed application?

HoloLens | Development
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.