For silent installation of Ranorex please see the following thread:
can-i-automatically-install-ranorex-t1164.htmlYou can (de)select features installed by the MSI using the command line options "ADDLOCAL" and "REMOVE". For example, the following command line will install all Ranorex components except for Ranorex Studio:
- Code: Select all
msiexec /i Ranorex-2.2.2.msi ADDLOCAL="ALL" REMOVE="RanorexStudioFeature"
Possible feature names used as parameter to ADDLOCAL or REMOVE (separated by commas) are:
"MainFeature" (core components)
"RanorexSamples"
"RanorexStudioFeature"
"RanorexFirefoxExtension" (Firefox add-on)
"RanorexIEAddon" (IE Add-on, available with Ranorex 2.3)
Regards,
Alex
Ranorex Support Team