-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winget failing to install silently with --silent #133505
Comments
This is likely due to the switches in the manifest or the installer itself. |
WinGet was passing in:
I'm guessing /VERYSILENT is the default for INNO, but this package is expecting /quiet. The manifest might be able to be updated so silent passes in "/quiet" rather than the default value. |
There's a new version waiting for approval to be merged. I think we can update the manifest there. |
@PckgrBot you can close this issue. |
Thanks for the help everyone! |
No problem! |
Brief description of your issue
When installing application Krisp using the --silent command it actually launches the instllaer GUI. Interesting when I remove the --silent command it installs silently. I think I noticed this happen with another application too.
Steps to reproduce
winget install krisp.krisp --silent
Expected behavior
Application should install silently.
Actual behavior
Application shows GUI to install.
Environment
The text was updated successfully, but these errors were encountered: