How to generate installation log from RabbitMQ installer in windows?

61 views
Skip to first unread message

Asif MD. Arshadullah

unread,
May 30, 2023, 2:59:05 AM5/30/23
to rabbitmq-users
0

I am using Erlang version 25.2.3 and RabbitMQ version 3.11.10. I am using a .exe installer to install it on a Windows machine silently. I want to generate logs for the installation by using RabbitMQ installers.

I know, I can generate logs for the installation if I use a .msi type installer (e.g. MongoDB) using the below steps to generate logs for .msi type installation:

  1. Open a command prompt, where the installation file is located.
  2. Run the command: msiexec /i "mongodb-database-tools-windows-x86_64-100.6.1.msi" /L*V "mongodb_tools.log"

But I am unable to do that for the RabbitMQ installer.

I tried the following steps to generate logs for RabbitMQ installation. But it didn't generate any installation log.

  1. Open a command prompt, where the installation file is located.
  2. Run the command: "rabbitmq-server-3.11.10.exe" /L*V "rabbitmq.log"

How can I generate logs for the installation of RabbitMQ?


Best Regards,

Asif

Reply all
Reply to author
Forward
0 new messages