Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

A simple program that allows you to install loose .appx files.

Notifications You must be signed in to change notification settings

Aetopia/SimpleAPPXFileInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple .APPX Installer

A simple program that allows you to install loose .appx files.

What does this script or application do?

This utility serves as GUI for the command;
Powershell.exe Add-AppxPackage '%SelectedAppxFile%' -ForceUpdateFromAnyVersion -ForceTargetApplicationShutdown
This script or application allows you to select any .appx file of your choice via a file open menu and then installs the app onto your system.

How to use?

  1. Download the latest release or use the script obtained from this repository.
  2. Simply run it and the application/script will prompt you to run it as an admin.
  3. Click on the "Select" button and select an .appx file.
  4. Once you have selected an .appx file, click on the "Install" button to install the app.

You can also enable "Verbose Mode" if the selected .appx file doesn't install. This is will open up a CMD window that will show you what's happening when you are installing the .appx file of your choice.

About

A simple program that allows you to install loose .appx files.

Resources

Stars

Watchers

Forks

Packages

No packages published