Silent install switches?
Hi folks,
does anyone know whether the windows installer has any silent install switches and if yes what they are? I checked the docs but there is only one article dealing with the installations of a rapidminer server installation on a headless machine.
I tried the usual (/s, /q, /silent, /verysilent /quiet etc.) but no luck. Maybe if someone could tell me what kind of an installer the windows x64 exe is using I could try some other generic switches.
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
Hi,
it's using NSIS. Given that, the following should work:
rapidminer-studio-7.1.1-win64-install.exe /NCRC /S /D=C:\Program Files\RapidMiner
Note that this does not work if there is already a version of RM Studio installed. In that case it would have to be uninstalled first.
Regards,
Marco
1
Answers
Thank you Marco :smileyvery-happy: worked like a charm
Deleted...going to start my own thread