The CAB.INF file is a template for the configuration file that Triage Wizard puts in the CAB file. You can find CAB.INF in the Triage installation directory.
In CAB.INF, the [TriageClientInstaller] section specifies the Triage Client command line:
[TriageClientInstaller] run=%EXTRACT_DIR%\TriageClient.exe /profile="Triage.trp" ; note that the arg key is appended to the run key in the ; generated INF file. The /profile and /mail command line arguments ; are automatically appended to the arguments. args=/smtp="smtp.hip.cam.org"
When Triage Wizard generates a .INF file, it:
To add switches to the default Triage Client command line, edit the definition of the args key. For example, if you are using Internet mail you have to insert the name of your SMTP server. Triage Wizard does not take the SMTP server name you enter in the Product Information dialog.
If you dont use Internet mail, then remove the /smtp switch from the arg key.