How to Sideload a Modern UI App on Windows 8
Sideloading With a Powershell ScriptSideloading Without a Powershell Script
Edited by Abhishek, Krystle, Maluniu
Sideloading a Modern UI app means to install it without using the Windows Store. This is typically done to beta test an app. This handy guide will teach you how to sideload a Modern UI app on Windows 8. Note that you need a developer license to sideload apps on your PC.
Steps
Method 1 of 2: Sideloading With a Powershell Script
-
1Download the App's Package the developer provided for sideloading.Ad
-
2Open the file. It should contain:
- A Powershell Script
- The Application's .appx package
- A Security Certificate
- App files, resources and dependencies.
-
3Right click the Powershell script and click 'Run with Powershell' in the menu that appears.
-
4Click the 'Open' button in the security warning that appears.
-
5The Powershell script should run.
-
6If you are sideloading an app for the first time, Powershell will ask you whether you want to change the execution policy. Give the 'Y' Command and click enter.
-
7Wait for the script to finish.
-
8Your app has been successfully installed!
Method 2 of 2: Sideloading Without a Powershell Script
-
1Download the file for sideloading.
-
2Open the file and note down the path of the application's .appx package.
-
3Open the charms bar.
-
4Click Search.
-
5Search for 'Windows PowerShell' and choose the first result.
-
6Run the command : Add-AppxPackage (filelocation).appx , substituting (filelocation) with the location of the App's appx package. For example, if your file is located at C:\Apps\example.appx, then run the command:- Add-AppxPackage C:\Apps\example.appx
-
7Wait for deployment to finish.
-
8Once the script finishes running, your app has been sideloaded!Ad
Tips
- You will need a Developer License to sideload apps.
Warnings
- Only sideload apps you trust. Running malicious Powershell scripts can infect your computer.
Things You'll Need
- A Developer License
- A Sideloading-ready App Package.
Article Info
Thanks to all authors for creating a page that has been read 617 times.