I am looking for the list of arguments for the RabbitMQ Windows installer .exe. I have tried passing arguments like /? and help from the Command Prompt to check the list, but instead, the .exe file’s GUI appears. It seems that the installer only recognizes the /S (silent install) argument. I want to disable a component, such as RabbitMQ-Service, during installation using the Command Prompt.
I want to pass arguments to the .exe file in silent install mode using PowerShell or Command Prompt to disable a component while performing the installation.