Previous Topic: Database Variables

Next Topic: Standalone Installations

Examples

This example installs a CMS and specifies a SQL Server database engine. The host server is MyDBServer, which uses IP port 1480; the database account is fred (password: xfz3105labp); the \Data folder is located on Server02 at \CA DLP\CA DLP_data.

msiexec /i <Path>\server.msi 
  // 
  // General variables go here
  // 
  WGNDATABASETYPE=MSSQL
  WGNDATABASESERVER=MyDBServer
  WGNDATABASEIPPORT=1480
  WGNDATABASENAME=My_CA DLP_Database
  WGNDATABASEUSERNAME=fred
  WGNDATABASEPASSWORD=xfz3105labp
  WGNDATA=\\Server02\CA DLP\CA DLP_data