You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the bug
I am usually updating all my winget (Windows Package Manager) packages automatically on a daily basis. This also includes Bruno.
Currently after every update Bruno is startet automatically even though I would like it to be updated silently in the background without any user interaction.
Is there any way to perform a silent install without starting the application?
.bru file to reproduce the bug
No response
Screenshots/Live demo link
bruno_install.mp4
The text was updated successfully, but these errors were encountered:
I'm not sure, but I think the last time I installed Bruno on Windows, was through Chocolatey, and it was installed silently.
You can check their installation script on Choco packages (it's on tools\chocolateyInstall.ps1).
From a first glance, I think the command should be bruno_1.29.1_x64_win.exe /S.
If it still doesn't work, you can try to use Chocolatey instead.
Thanks @TickDracy! I've reconfigured the winget package to use the /S parameter for a fully silent installation (installation with no user input and no visualization). While this works for me through passing an additional parameter to winget, it would be great to have another installer switch for a "SilentWithProgress" installation , which is a silent installation with a progress bar.
Currently, the "SilentWithProgress" installation can be achieved using the --silent option, but this also starts the application automatically.
Therefore, this is more of a feature request now:
I'd like an installer switch to perform a "SilentWithProgress" installation that includes a progress bar without automatically starting the application.
This could probably be implemented through passing an additional parameter to --silent e.g. --disableAutostart or through changing the behavior of --silent.
I have checked the following:
Describe the bug
I am usually updating all my winget (Windows Package Manager) packages automatically on a daily basis. This also includes Bruno.
Currently after every update Bruno is startet automatically even though I would like it to be updated silently in the background without any user interaction.
Is there any way to perform a silent install without starting the application?
.bru file to reproduce the bug
No response
Screenshots/Live demo link
bruno_install.mp4
The text was updated successfully, but these errors were encountered: