5.4.5 Installing Swyx Control Center via command line
You can also start the installation of Swyx Control Center by opening it via the command line. Start the installation with the command "msiexec /i". You can control the scope and the progress of the installation with certain parameters, e. g.:
msiexec /i "SwyxControlCenter.msi" /passive /l*v MyLogFile.txt WEBSITEFOLDER= "C:\Program Files\Swyx" INSTALLPORT=9443 INSTALLSHORTCUT=1
You can use the following parameters:
|
Parameter
|
Explanation
|
|---|---|
|
msiexec /i
|
Start of installation
|
|
SwyxControlCenter.msi
|
Name of installation file
Please check that the name of the MSI installation file is correct.
|
|
/passive
|
Use this parameter to display the installation progress bar. No prompts or error messages are displayed. The installation cannot be aborted.
|
|
/l*v <FileName>.txt
|
Use this parameter to record the installation process in a log file.
|
|
WEBSITEFOLDER
|
This option allows you to set the directory in which the IIS-Website is to be installed. Standard value: /swyxcontrolcenter
|
|
INSTALLPORT
|
This option allows you to set the port for the IIS web site, (from 1 to 65535) default value: 9443.
|
|
INSTALLSHORTCUT
|
You can use this option to specify whether a desktop shortcut is to be stored for the call.
(=0:no, Default value: =1:yes).
|