How to Create a Silent Install for RightFax

When constructing a silent install for RightFax. You can create a command either utilizing the Client.msi or an unattended setup using the setup.exe.

Utilizing Msiexec.exe:

msiexec.exe /i “RightFax Product Suite – Client.msi” /qn REBOOT=ReallySuppress RUNBYRIGHTFAXSETUP=2 CONFIGUREFAXCTRL=1 ADDLOCAL=”FaxUtil,FaxCtrl,EFM,Outlook” INSTALLDIR=”C:\Program Files\RightFax” RFSERVERNAME=<YourFaxServer>

Utilizing Setup.exe:
Setup.exe /unattended=true /allowShutdown=true /add=”FaxUtil,EFM” /rightFaxServer=”myserver”

options for the add switch (seperated by commas):
FaxUtil
EFM
FaxCtrl
Outlook