Deploying the MultiTrans Server Automatically

Deploy the MultiTrans Server via command line.

The MultiTrans server can be deployed automatically, as long as all pre-requisites are met. The appropriate parameters are:

msiexec /i MultiTransServer.msi MULTITRANS_ADMIN_USER_NAME=domain\username MULTITRANS_ADMIN_PASSWORD=password WEBSITE=1 /qn /L*V MultiTransServerInstall.log

Where the domain, username and password must be replaced by the appropriate values.