Replies: 10 comments 4 replies
-
|
Similarly, I have had issues with Windows install. I installed using Chocolatey, as per the option on the download. I had to install as Admin (common on Windows), however the bruno shortcut theni ends up in the admin users Desktop and %APPDATA% folder, with no explanation to the user. Note that one of the reasons it is standard to install in At least this needs to be documented here for the windows install to avoid a good deal of frustration. i.e. the exe path is (Yes, part of the issue here is Chocolatey behaviour, but that is just the installer, and is reasonable to run as Admin) |
Beta Was this translation helpful? Give feedback.
-
I agree that the installer should require a confirmation via the click of a button, before installing the application.
I think it's a great location to install smaller software, that is typically not shared between users of a single device, and prefer this to be the default installation folder. However, I don't see any downsides of having an option to install Bruno for all users. Footnotes |
Beta Was this translation helpful? Give feedback.
-
|
The installer also seems to start the application after installing or updating it. I use WinGet to update all installed applications automatically and don't want them to start after they have been updated. |
Beta Was this translation helpful? Give feedback.
-
|
It's getting rare to have computer admin access in big companies. |
Beta Was this translation helpful? Give feedback.
-
|
It would be excellent to know if there is a location switch that can be passed to the installer. In my case, with Chocolatey for Business, Bruno Installer wants to install it in some funny folder where Chocolatey for Business cannot write. The outcome is that Chocolatey says the software is installed, but the installation never happens, and there is no exe anywhere on the machine. |
Beta Was this translation helpful? Give feedback.
-
|
I face the same problem. In my context a specific user with admin rights is used to do all installations via chocolatey. But as a result, I end up with bruno exe in this user's APPDATA directory, except that obviously from my user, I can't navigate down there. It would be really nice to be able to use an argument to choose where the application is installed. |
Beta Was this translation helpful? Give feedback.
-
|
@bmirkic @LenhardErwan Hey, can you try this to install the Bruno Chocolatey package in a custom path? choco install bruno -y --ia "/D=C:\CustomInstallPath" |
Beta Was this translation helpful? Give feedback.
-
|
And for |
Beta Was this translation helpful? Give feedback.
-
|
msiexec.exe /i "bruno.msi" /qn ALLUSERS=1 /log c:\temp\install_bruno.log |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I am following up on this matter as we are facing a critical issue with the deployment of your software within our company. The current installation does not meet the expected standards: The software does not install in the C:\Program Files (or Program Files (x86)) directory, which is a requirement for our infrastructure. We use SCCM + PADT for deployment, and these discrepancies prevent us from achieving a clean and compliant integration. Given that we have invested in a significant number of licenses, this issue calls into question the viability of the solution for our environment. Urgent Question: I am available to discuss the technical details or our team’s specific requirements. Please provide feedback as soon as possible so we can plan our next steps accordingly. Thank you for your attention to this matter. Best regards, |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please make it install to
C:\Program Filesinstead of %APPDATA% likenormal softwarethe majority of (classic) software for Windows.Currently when a user runs the Bruno installer, it silently installs itself to the user's AppData directory without asking/confirming, which may be unexpected (I personally would expect to be offered some options or an additional dialog with an "Install" button before proceeding). In addition to that, many users expect to find the files installed by various software in the common location (e.g. if they need to access them for some reason or perform some administration tasks).
Beta Was this translation helpful? Give feedback.
All reactions