-
Describe the bugIf the setup is run in silent mode and, for some reason, the RabbitMQ service fails to start, a message box is displayed. This causes the installation to hang until a user manually closes the dialog. This defeats the purpose of silent mode. Moreover, a person integrating this setup command into other systems running in the background would not expect such behavior Workaround: ![]() Reproduction stepsSee #13846 Expected behaviorRunning rabbitmq-server in silent mode should return an appropriate error code from the process without displaying any message boxes or requiring any user interaction. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
More information is needed:
I see that you just added the workaround that I would have suggested. For now, users can do that - do not indicate that the service should be started. If you would like to investigate how to change the installer's behavior if the service fails to start, the source code is available here: https://github.com/rabbitmq/rabbitmq-packaging/blob/main/windows-exe/rabbitmq_nsi.in The NSIS installer product is used. |
Beta Was this translation helpful? Give feedback.
-
I proposed a fix rabbitmq/rabbitmq-packaging#56 |
Beta Was this translation helpful? Give feedback.
I proposed a fix rabbitmq/rabbitmq-packaging#56