Hello,
Is it current possbile to silent install rabbitmq (3.12.8) in silent mode and do not start the rabbit service at the end of installation?
Just to be clear the silent version of this

Currently we have found the following commands:
The following for the silent isntallation:
rabbitmq-server-3.12.8.exe /S /D=<PATH>
This for not install the service
rabbitmq-server-3.12.8.exe /S /NOSERVICEINSTALL /D=<PATH>
But we would like to just do not start the service