Batch Installer for WinGet#308
Batch Installer for WinGet#308mrhaydendp wants to merge 6 commits intoChrisTitusTech:masterfrom mrhaydendp:patch-1
Conversation
- Simplified Winget check - Switched to BitsTransfer of installing Winget because CVE-2021-43890 disables ms-appinstaller - Added batch install feature for Winget apps
|
It might be better to automate the installation of winget by downloading the license XML file and Add-AppxProvisionedPackage. If you want an example, take a look at my pull request #285. The alternative I implemented is a bit more sophisticated due to it being tailored for LTSC and Server editions of Windows, but the download and install commands should be the same (minus the VCLibs install). |
- Added the wait process so the script wont run until you interact with appinstaller window
I'll look into it |
- Automate winget install by running `Add-AppxPackage` command - Removed wait process as `Add-AppxPackage` can install in the background without user intervention
- Removed my local path used for testing & replaced with generalized .\
- Removed automated Winget install because it required multiple architecture dependent dependencies
- Added architecture check to install x86 or x64 VCLibs dependency - Removed the need for installing installation files - Installs without errors on fresh install of Windows 10 & 11
|
Yuk. |
|
Not the proper way to install winget, and the batch installer has no configuration with selecting apps. |

Uh oh!
There was an error while loading. Please reload this page.