From 8924b3124d21374a2f406a1c7bbbb4eb5aa247e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Fri, 19 Jul 2024 23:15:46 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b8909a7f..be9367d00 100644 --- a/README.md +++ b/README.md @@ -233,17 +233,17 @@ Microsoft has implemented a few checks for the software available on Winget to m

Check out the Wiki for more information!

## Command-line parameters: -`--daemon`: Start WingetUI without spawning a new window. WingetUI will run minimized on the system tray. WingetUI is called with this parameter when launched at startup. **Autostart WingetUI in the notifications area** must be enabled for this parameter to work.
+`--daemon`: Start UniGetUI without spawning a new window. UniGetUI will run minimized on the system tray. UniGetUI is called with this parameter when launched at startup. **Autostart UniGetUI in the notifications area** must be enabled for this parameter to work.
`--welcomewizard` (or simply `--welcome`): Show a window to choose which package managers to use.
`--updateapps`: Enable automatic installation of available updates.
-`--report-all-errors`: May help debug crashes (WingetUI 3.0 and newer)
+Since 3.0.0: `--report-all-errors`: May help debug crashes
Since 3.1.0: `--uninstall-unigetui`: Attempts to unregister UniGetUI from the notification panel, and silently quit
Since 3.1.0: `--migrate-wingetui-to-unigetui`: Attempts to migrate WingetUI data folders and shortcuts to UniGetUI, and silently quits
### Installer command-line parameters: The installer is inno-setup based, so it supports regular Inno Setup command-line parameters. Additionally, it also supports the following parameters: -
`/NoAutoStart`: Will not launch WingetUI after installing it. -
`/ALLUSERS`: Install WingetUI for every user -
`/CURRENTUSER`: Install WingetUI for the current user only -
Since 3.1.0: `/NoChocolatey`: Do NOT install chocolatey within WingetUI +
`/NoAutoStart`: Will not launch UniGetUI after installing it. +
`/ALLUSERS`: Install UniGetUI for every user +
`/CURRENTUSER`: Install UniGetUI for the current user only +
Since 3.1.0: `/NoChocolatey`: Do NOT install chocolatey within UniGetUI
Since 3.1.0: `/NoWinGet `: Do NOT install WinGet and Microsoft.WinGet.Client if not installed **(not recommended)**