7
You need to send documents from individual applications by fax?
Use ActFax to send faxes from any Windows application. It's as easy as printing.
You want a faxing solution that is easy to install and maintain?
ActFax is installed and configured in just a few minutes. Also if you are no IT expert.
Faxes should be automatically sent directly from your applications?
ActFax seamlessly integrates into all your applications. Quick and straightforward.
Received faxes should be automatically delivered to your users?
ActFax routes incoming faxes directly to your users. Fully automatically.
Always keeping track of the status of your fax messages is important for you?
ActFax notifies you by email or through the client software. In a matter of seconds.
The transmission of fax messages should be done through Voice over IP?
Use ActFax in combination with XCAPI. That's the future of faxing.
The reliability of your faxing solution is important for you?
More than 250,000 users worldwide trust in ActFax. Day by day.
4
the professional faxing solution
trusted by more than 250,000 users worldwide
easy to install and maintain
fast. reliable. scaleable.
Home
Support
Knowledge Base
Knowledge Database

Running the ActFax setup unattended with command line parameters

Question

How can I automatically run the ActFax setup unattended with command line parameters?

Answer

To automatically run the ActFax Setup unattended it would be possible to start the setup program with command line parameters. A list of all available command line parameters can be displayed with the command actfax_setup_en.exe -help. For example to automatically install the fax client with automatic startup disabled and with the servers IP address automatically set, use the following command:
  • actfax_setup_en.exe -Auto -Client -NoStartup -IP 192.168.0.1
To automatically install the fax server, use a command like the following:
  • actfax_setup_x64_en.exe -Auto -Server -Company My Company Inc. -Key 00000-00000-00000-00000
To use command line parameters with MSI installation packages, create a text file with the same name as the MSI file and the file extension .ini and write the command line parameters to be used with the setup to the .ini file. The command line parameters are then automatically read from the .ini file when the installation of the MSI package is done. For example, if the file name of your MSI package is actfax_setup_x64_en.msi, the command line parameters need to be written to the file actfax_setup_x64_en.ini.