You can do a silent command-line install of Revolution R Enterprise from a DOS command-line window and use the 'APPDIR' switch to specify an alternative installation path for Revolution R Enterprise.
Revolution R Enterprise 7.4 now uses an installer split into 3 components, base CRAN R 3.1.3, Revolution R Connector, and Revolution R Enterprise so the silent install command is different from that for RRE 7.2 or 7.3 as described in the following article:
https://revolutionanalytics.zendesk.com/entries/39436039-Revolution...
Here is an example of how you can do this for Revolution R Enterprise 7.4:
(From a DOS shell as user Administrator):
set VCRUIMODE=/q && set DOTNET_MODE=/passive /norestart && set VSIS_MODE=/passive /norestart && start /wait R-3.1.3-win.exe /silent /components="main,x64,translations" && start /wait Revolution-R-Connector-7.4.0-Windows.exe /exebasicui /qb /L*v %TEMP%\Revolution-R-Connector-7.4.0-Windows.log && start /wait Revolution-R-Enterprise-7.4.0-Windows.exe /exebasicui PIDKEY=CUSTOMER-KEY-HERE /qb /L*v %TEMP%\Revolution-R-Enterprise-7.4.0-Windows.log
Revolution R Enterprise 7.4 now uses an installer split into 3 components, base CRAN R 3.1.3, Revolution R Connector, and Revolution R Enterprise so the silent install command is different from that for RRE 7.2 or 7.3 as described in the following article:
https://revolutionanalytics.zendesk.com/entries/39436039-Revolution...
Here is an example of how you can do this for Revolution R Enterprise 7.4:
(From a DOS shell as user Administrator):
set VCRUIMODE=/q && set DOTNET_MODE=/passive /norestart && set VSIS_MODE=/passive /norestart && start /wait R-3.1.3-win.exe /silent /components="main,x64,translations" && start /wait Revolution-R-Connector-7.4.0-Windows.exe /exebasicui /qb /L*v %TEMP%\Revolution-R-Connector-7.4.0-Windows.log && start /wait Revolution-R-Enterprise-7.4.0-Windows.exe /exebasicui PIDKEY=CUSTOMER-KEY-HERE /qb /L*v %TEMP%\Revolution-R-Enterprise-7.4.0-Windows.log