Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment authored Jul 19, 2024
1 parent 3e839cf commit 8924b31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,17 @@ Microsoft has implemented a few checks for the software available on Winget to m
<br><p align="center"><i>Check out the <a href="https://github.com/marticliment/UniGetUI/wiki">Wiki</a> for more information!</i></p>

## 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.<br>
`--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.<br>
`--welcomewizard` (or simply `--welcome`): Show a window to choose which package managers to use.<br>
`--updateapps`: Enable automatic installation of available updates.<br>
`--report-all-errors`: May help debug crashes (WingetUI 3.0 and newer)<br>
Since 3.0.0: `--report-all-errors`: May help debug crashes<br>
Since 3.1.0: `--uninstall-unigetui`: Attempts to unregister UniGetUI from the notification panel, and silently quit<br>
Since 3.1.0: `--migrate-wingetui-to-unigetui`: Attempts to migrate WingetUI data folders and shortcuts to UniGetUI, and silently quits<br>

### 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:
<br>`/NoAutoStart`: Will not launch WingetUI after installing it.
<br> `/ALLUSERS`: Install WingetUI for every user
<br> `/CURRENTUSER`: Install WingetUI for the current user only
<br> Since 3.1.0: `/NoChocolatey`: Do NOT install chocolatey within WingetUI
<br>`/NoAutoStart`: Will not launch UniGetUI after installing it.
<br> `/ALLUSERS`: Install UniGetUI for every user
<br> `/CURRENTUSER`: Install UniGetUI for the current user only
<br> Since 3.1.0: `/NoChocolatey`: Do NOT install chocolatey within UniGetUI
<br> Since 3.1.0: `/NoWinGet `: Do NOT install WinGet and Microsoft.WinGet.Client if not installed **(not recommended)**

0 comments on commit 8924b31

Please sign in to comment.