Page 1 of 1

Can i automatically install Ranorex?

Posted: Tue Jan 12, 2010 10:22 am
by marcushe
For some reasons,i need to setup ranorex silently. Can i do it?? just like autounattend.xml for Windows

Re: Can i automatically install Ranorex?

Posted: Tue Jan 12, 2010 11:11 am
by Support Team
You can do a silent install using the Ranorex MSI package "Ranorex-2.2.1.msi" that is included in the "Ranorex-2.2.1.zip" archive. You can download the "Ranorex-2.2.1.zip" from our homepage, the download link is the same as for the self-extracting zip file ("Ranorex-2.2.1.exe"), just replace the file ending "exe" with "zip".

You can then start a quiet install using the following syntax:

Code: Select all

msiexec /i Ranorex-2.2.1.msi /quiet
For more installation options see the help for the MsiExec program by typing

Code: Select all

msiexec /help
Regards,
Alex
Ranorex Support Team

Re: Can i automatically install Ranorex?

Posted: Fri Jan 22, 2010 3:08 am
by marcushe
Thanks ,guys. thanks for your greate effort.