Can i automatically install Ranorex?

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Can i automatically install Ranorex?

Post by marcushe » Tue Jan 12, 2010 10:22 am

For some reasons,i need to setup ranorex silently. Can i do it?? just like autounattend.xml for Windows

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Can i automatically install Ranorex?

Post by Support Team » Tue Jan 12, 2010 11:11 am

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

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Re: Can i automatically install Ranorex?

Post by marcushe » Fri Jan 22, 2010 3:08 am

Thanks ,guys. thanks for your greate effort.