Skip to content
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

Windows Silent Install starts Bruno #3144

Open
2 tasks done
a-mnich opened this issue Sep 19, 2024 · 2 comments
Open
2 tasks done

Windows Silent Install starts Bruno #3144

a-mnich opened this issue Sep 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@a-mnich
Copy link

a-mnich commented Sep 19, 2024

I have checked the following:

  • I use the newest version of bruno.
  • 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
@a-mnich a-mnich added the bug Something isn't working label Sep 19, 2024
@TickDracy
Copy link

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.

@a-mnich
Copy link
Author

a-mnich commented Oct 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@Pragadesh-45 @a-mnich @TickDracy and others