GFI FAXMaker
FAXMaker is a Network Fax Server for Exchange/SMTP/Lotus. This is the silent installer / uninstaller for the client Application, Version 12
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="faxmaker"
name="GFI FaxMaker"
revision="12"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="GFI FAXmaker Client 12" />
<install cmd='msiexec /i "%SOFTWARE%\faxmaker\faxmaker_client.msi" LANGUAGE=GERMAN MAILSERVER=YOURSERVERNAME SILENTPRINTERDRIVER=1 /QN ' />
<remove cmd='msiexec /x "%SOFTWARE%\faxmaker\faxmaker_client.msi" /QN ' />
</package>
</packages>
Note: set YOURSERVERNAME to your Mailservername before executing. The example installs the German language client, you'll have to look in the MSI file for other available languages.