Giter Club home page Giter Club logo

uwp-package-installer's Introduction

UWP-Package-Installer

Archived! - Please fork and continue development elsewhere

An UWP installer for appx/appxbundle packages

You can download the installer here: https://github.com/colinkiama/UWP-Package-Installer/releases

Need help or have questions? Contact me at [email protected]

App Demonstration

The App installs the packages with or without their dependencies and displays errors in case something goes wrong.

Devices on Windows 10 Creators Update and Later get their install progress in the action center. Devices on older versions of Windows 10 have their install progress inside the installer's app UI and a few notifications in the app.

This is fully capable of replacing the buillt in app installer on Windows 10 and Windows Device Portal (for sideloading apps onto your device).

Feel free to use this code for your own projects too. WARNING: The methods used in the Package Manager class in this app do require you to manually add the following restricted capablities into your package.appxmanifest file: "packageManagement". You can learn more about restricted capablities in UWP apps here (You might need to scroll down a bit): https://docs.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations

Enjoy😁!

How to install an uncertified UWP App

GIF Tutorial

Roadmap:

  • Install Certificates before packages
  • Try installing the package without dependencies when app fails to install the first time

uwp-package-installer's People

Contributors

ahmed605 avatar colinkiama avatar dependabot[bot] avatar tunip3 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uwp-package-installer's Issues

Not an issue, but a question about AddPackageAsync

I'm running into an odd issue with AddPackageAsync. Sometimes it hangs. When it does hang, the package is installed anyway. This happens rather frequently. I'm really at a loss as to what the issue might be.

I was inspired by some of your code. You can find my repo here: https://github.com/Noemata/AppxInstaller

The hang occurs in AppxBundle.cs on line 247. I think the problem is on my end, but I'm starting to wonder since the code works as often as it does not.

                // MP! fixme: why do we hang on the await on occasion?
                Debug.WriteLine("Installing package ...");
                DeploymentResult result = await pkgManager.AddPackageAsync(uriToAppx, urisToDependencies, DeploymentOptions.ForceTargetApplicationShutdown).AsTask(progressCallback).WaitOrCancel(stop);
                Debug.WriteLine("Package installed ...");

LTSC

I installed this on LTSC through PowerShell but installed apps don't run, gives an error.
There’s a problem with "App Name". Contact your system administrator about repairing or reinstalling it.

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.