Giter Site home page Giter Site logo

winget-script's Introduction

Important update!

I'm no longer actively maintaining this due to moving to macOS as my daily OS.

What's this?

In this repo I maintain a list (winget.ps1) of software I may install on a fresh installation of Windows 10 using Winget, and an installation guide for Winget on Windows 10 LTSC which can be found below.

Installing Winget on Windows 10 LTSC (IoT) manually

โš  Manual installation does not receive auto updates, but is the only option without installing Windows Store on LTSC โš 

Installing Dependencies

  • Open an elevated (administrator) PowerShell prompt and keep it open throughout this guide.

VC++ v14 Desktop Framework Package

  1. Download the correct VC++ v14 Desktop Framework Package for your architecture.
  2. Install with: Add-AppxPackage -Path "PATH TO FILE"

Microsoft.UI.Xaml.2.7

Winget v1.2.10271 introduced a new dependency for Microsoft.UI.Xaml.2.7 which you have to install manually. The solution to install this on LTSC is not pretty, but it works.

  1. Download the Nuget package manually by clicking "Download package" on the right hand side under the "About" section.
  2. Change the file extension from .nuget to .zip and open it with any archiving program.
  3. Within the archive navigate to tools\AppX\[YOUR ARCHITECTURE]\Release and extract Microsoft.UI.XAML.2.7.appx.
  4. Install with: Add-AppxPackage -Path "PATH TO FILE"

#1861

Installing Winget

  1. Make sure all dependencies are installed before doing this!
  2. From the latest release download the .msixbundle install- and .xml license file: https://github.com/microsoft/winget-cli/releases
  3. Install with: Add-AppxProvisionedPackage -Online -PackagePath "PATH TO MSIXBUNDLE" -LicensePath "PATH TO XML" -Verbose
  4. Wait for the install to finish and you're done. You may need to restart the terminal, or reboot your pc.
  5. Verify that the installation succeeded by running winget in PowerShell. If no errors occur then you're done!

winget-script's People

Contributors

frumpy9 avatar muradbu 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

Watchers

 avatar  avatar  avatar

winget-script's Issues

The request is not supported.

Add-AppxProvisionedPackage -Online -PackagePath "C:\Users[REDACTED]\Downloads\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" -LicensePath "C:\Users[REDACTED]\Downloads\3463fe9ad25e44f28630526aa9ad5648_License1.xml" -Verbose


Add-AppxProvisionedPackage : The request is not supported.
At line:1 char:1
+ Add-AppxProvisionedPackage -Online -PackagePath "C:\Users\[REDACTED]\Do ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Add-AppxProvisionedPackage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.AddAppxProvisionedPackageCommand

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.