EXE
WinGet
UniGetUI (formerly WingetUI) - Pre-Release
Martí Climent · 3.2.0-beta1 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
UniGetUI.Installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart
Custom
UniGetUI.Installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NoAutoStart /ALLUSERS /NoWinGet
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UniGetUI (PreRelease)
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
3.2.0-beta1
Associated with 32-bit app on 64-bit clients
Yes
File Identity
Filename
UniGetUI.Installer.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
MartiCliment.UniGetUI.Pre-Release
Version
3.2.0-beta1
Description
A better UI for your package managers
License
MIT
↗
Installer URL
https://github.com/marticliment/UniGetUI/releases/download/3.2.0-beta1/UniGetUI.Installer.exe
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Success Codes
1
Release Notes
Caution
PreRelease builds may be unstable and should not be used on a production environment
General changes
- Interface improvements, most notably for less wide screens (improvements in responsiveness and dynamic layouts):
- Navigation bar will change its format according to width
- Filters pane will show in overlay mode when the width is smaller.
- All dialogs have been improved to have dynamic dimensions.
- Installation Options won't self-destroy anymore when resized.
- Fix some Eleva…