
When installing from an HTTP endpoint, it is important to verify that all files are accessible with the correct MIME type. However, if the app is built in Debug mode configuration, the dependencies will be obtained from the location specified in the. If the app package is built in Release mode configuration, the framework dependencies will be obtained from the Microsoft Store.
Local Computer: Trusted Root Authorities (not recommended). To solve this issue, a user with local administrator rights to the device must use the Computer Certificates tool to import the certificate into one of the following containers: However, if the certificate used to sign an app package is not trusted, or is a locally-generated/self-signed certificate used during development, the app installer may report that the package is untrusted and will prevent it from being installed: Certificates provided by common Certificate Authorities are trusted by default in the Windows operating system. Sideload is only available through PowerShell using the Add-AppxPackage command.Īpp packages must be signed with a certificate that is trusted by the device. appinstaller file is not supported.īuild 10586 (November Update, version 1511) Introduced the App Installer app to install. The App Installer app is able to download app dependencies (only in release mode) from the Store.īuild 14393 (Anniversary Update, version 1607) Update checks are not configurable and happens each 24 hours.īuild 15063 (Creators Update, version 1703) This version only supports HTTP endpoints. appinstaller file to provide automatic updates to your app. Configurable update checks are also available.īuild 16299 (Fall Creators Update, version 1709) appinstaller file can be accessed over UNC/Share folders. If you try to sideload an app using a method not supported in your version of Windows 10, you will get a deployment error. Windows versionĮach Windows 10 release improves on the sideloading experience, in the table below you will find which features are available in each major release. The next few sections describe the most frequent issues and their solutions. There are some common issues when sideloading an application for first time in the user machine. See Enable your device for development to learn more.
The device must be enabled for Developer Mode or Sideloading apps.
appinstaller file schema and the distribution protocol.
The Windows 10 version must support the. See the Trusted certificates section below for more details. The certificate used to sign the package must be trusted by the device. To be able to sideload apps in Windows 10, the user device must satisfy the next requirements: If you find any issues when installing an application from the App Installer file, this topic will provide some troubleshooting guidance that may help.