Install_AppViaWinget

Install an application using Winget.

Install_AppViaWinget

This Component will install an application selected from the list using WinGet.

The Procedure first checks if WinGet is installed, if not it will install Microsoft.DesktopAppInstaller using Get-AppxProvisionedPackage in powershell. It will then run winget install <the application selected> –accept-package-agreements –accept-source-agreements.

Level
Name
Value
Notes
Component
Application
Selection
A list of commonly installed software

If this component downloads any external files other then grabbing the script from our repository, they will be listed here so you can do your own due diligence if needed.

This component uses Winget to install applications. It will grab the latest version stored in the Microsoft Store, or Winget repository (Neither of which we have any control of). Im sure there are applications that could add a security risk in the Microsoft Store.

This component also uses Get-AppxProvisionedPackage to install “Microsoft App Installer”.

Filename
URL
Path
Notes
Nothing downloaded directly, see notes above for more info.

7/23/2022 – Initial Release

GET IN TOUCH