All Projects → colinkiama → UWP-Package-Installer

colinkiama / UWP-Package-Installer

Licence: MIT license
An UWP installer for appx/appxbundle packages

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UWP-Package-Installer

LocalNotifications
Create and manage in-app notifications in Universal Windows applications.
Stars: ✭ 37 (-56.47%)
Mutual labels:  xaml, uwp, windows-10, windows-uwp, windows-10-mobile
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (+1167.06%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Xamlflair
XamlFlair is an animation library for UWP, WPF, and Uno, built to facilitate Xaml animations using only attached properties.
Stars: ✭ 362 (+325.88%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+5704.71%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Windowstemplatestudio
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
Stars: ✭ 2,089 (+2357.65%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Kanban Tasker
A simple kanban board for Windows 10 Universal Windows Platform (UWP) written to manage tasks and create a simple and easy workflow for each board
Stars: ✭ 140 (+64.71%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-44.71%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Codehub
A UWP GitHub Client
Stars: ✭ 162 (+90.59%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+5375.29%)
Mutual labels:  xaml, uwp, windows-10, uwp-apps
XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (-44.71%)
Mutual labels:  xaml, uwp, windows-10, xaml-winrt
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (-51.76%)
Mutual labels:  xaml, uwp, windows-10
Xaml Controls Gallery
This app demonstrates the controls available in WinUI and the Fluent Design System.
Stars: ✭ 882 (+937.65%)
Mutual labels:  xaml, uwp, uwp-apps
Xamlstyler
Visual Studio extension to help format your XAML source code
Stars: ✭ 553 (+550.59%)
Mutual labels:  xaml, uwp, uwp-apps
Calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
Stars: ✭ 23,274 (+27281.18%)
Mutual labels:  xaml, uwp, windows-10
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (-27.06%)
Mutual labels:  xaml, uwp, windows-10
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+1261.18%)
Mutual labels:  xaml, uwp, uwp-apps
Cimbalino Toolkit
☕️ Cimbalino Toolkit
Stars: ✭ 117 (+37.65%)
Mutual labels:  xaml, uwp, windows-10
Fluent Xaml Theme Editor
The Fluent Design XAML theme editor.
Stars: ✭ 437 (+414.12%)
Mutual labels:  xaml, uwp, windows-10
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+17780%)
Mutual labels:  xaml, uwp, windows-10
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+605.88%)
Mutual labels:  xaml, uwp, windows-10

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].