Giter Site home page Giter Site logo

colinkiama / easyappxinstall Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 1.0 36 KB

C# console app that enables simple, easy, seamless installation of sideloaded UWP apps

C# 100.00%
installer install appx windows windows10 windows-10 winrt windows-runtime console csharp console-app console-application package installers installer-script

easyappxinstall's Introduction

EasyAppxInstall

C# console app that enables simple, easy, seamless installation of sideloaded UWP apps

Where to get the program:

You can get the program from here EasyAppxInstall Releases

Requirements:

  • Windows 10 Anniversary Update (Build 14393)
  • Sideload Mode or Developer Mode enabled. (Settings > Update & Security > For developers > Select "Sideload apps")

How to use the program:

1. Using Windows Explorer

Start "EasyAppxInstall.exe" in the directory where app package you want to install is. The program will try to install a certificate first. Either a cerificate file that is in the directory. If none exist, it will look for a .appxbundle file then .appx file before giving up.

Then, it tries to install the app package (.appx/.appxbundle) while trying to install dependencies located in dependencies folders

2. Using a command line program (e.g Command Prompt):

You can run the app with a path to a directory or file as a parameter.

Usage Examples:

Install package (will also try to install dependencies if included in a default app package output layout) from current directory (requires path installation):

C:\PackageInstallDirectory\>EasyAppInsall

Install app package from its path (no dependencies):

// EasyAppInstall.exe [App Package Path]
C:\>EasyAppInsall.exe C:\AppPackages\MyApp.appxbundle

Install app package with chosen depednency path:

// EasyAppInstall.exe /f [App Package Path] [Dependencies Directory*]
// *Note: Please ensure the directory is contains dependencies for you device's architecure (x86, x64, arm, arm64 etc.)
C:\>EasyAppInsall.exe /f C:\AppPackages\MyApp.appxbundle C:\Dependencies

For heavy command line users:

You can follow this tutorial to add the folder where this progam is contained to the Path environment variable: https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/

After you do this, you will no longer need to navigate to where the program is installed to open in. You will be able to simply use "easyappinstall" from anywhere in the command line!

Help:

For any questions or if you want to speak to me about anything, email me here: [email protected]

easyappxinstall's People

Contributors

colinkiama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lenigma1

easyappxinstall's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.