Skip to content

WiGui is a tool to search, select and install Apps at once with Winget package manager

License

Notifications You must be signed in to change notification settings

ppvnf/Winget-Install-GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winget-Install-GUI (WiGui)

Intro

GUI to search, select and install Apps at once with Winget package manager behind

  1. Download latest WiGui.exe and run (Or run Winget-Install-GUI.ps1 from sources directly, as WiGui.exe is not signed and can be untrusted from antivirus. Exe is built to simplify execution)
  2. Search for an app, select your app in the droplist and submit it to the list. You can remove an app if wrong one submited.
  3. Once the list is complete, click "Install" to launch the installations or "Save list to File" if you want to create app list that can be used with WAU for example
  4. Optionally, you can install WAU in the same time.

Functionalities

  • Install Apps at Once
    • Search, add and install apps
    • Export/Import app list
  • Install WAU
    • Install and configure WAU
    • Select Update frequency

animation

All In One GUI :)

Run without download

Start CMD as admin and run this command:

Powershell.exe Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Romanitho/Winget-Install-GUI/main/Sources/Winget-Install-GUI.ps1'))

About

WiGui is a tool to search, select and install Apps at once with Winget package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%