Installation from the Command Line
You can also start the installation of SwyxIt! by opening it via the command line. For this type of installation it is always advisable to create a log file (msiexec /l). Start the installation with the command "msiexec /i". You can control the scope and the progress of the installation with certain parameters.
Example 1:
You want to install SwyxIt! without additional functions, along with the Quickstart documentation. The installation should take place without user intervention (silent installation):
msiexec /i "SwyxIt!EnglishUK64.msi" /qb+ ADDLOCAL="PhoneClient,Quickstart"
Example 2:
You want to install SwyxIt! with all available functions, in a specified directory. SwyxIt! Should be installed in CTI mode, in a silent installation, and a log file should be written.
msiexec /i "SwyxIt!EnglishUK64.msi" /qb+ ADDLOCAL=ALL INSTALLDIR="C:\programme\SwyxIt!" REGCTISETTING=#1 /l*v %temp%\SwyxIt!_install.log
Example 3:
You want to install SwyxIt! with all available functions, along with the Quickstart documentation. The user should have the chance to alter these parameters through the installation wizard's interface during installation:
msiexec /i “SwyxIt!EnglishUK64.msi” ADDLOCAL=”All”
You can use the following parameters
:
Parameter
Explanation
msiexec /i
Start of installation
SwyxIt!EnglishUK32.msi
or
SwyxIt!EnglishUK64.msi
Name of installation file
Please select the MSI installation file according to your operating system (32bit or 64bit). Please verify the correct designation.
/qb+
Silent installation
The installation of SwyxIt! does not require any user entries. If you don't use this parameter, the installation wizard is started as for the normal installation. Each separate step must then be confirmed with the "Next" button, and the predefined options can be changed.
ADDLOCAL
Definition of the functions
You will find the available features and components in the following table.
/l*v
Generation of a detailed log file during the installation
A log file (*.log) enables you to detect errors during the installation. The directory to which the log file will be written must already exist.
REGCTISETTING
Specification of the CTI setting (REGCTISETTING=#1)
With this option you can define whether SwyxIt! is executed directly after installation in the CTI mode. The user can also change this setting later via the SwyxIt! interface.
INSTALLDIR
Specification of the installation directory
This option allows you to set the directory in which SwyxIt! is to be installed.
/help
Help function
This option displays further parameters of the Windows Installer, which you may be able to use.
The following table contains the functions valid for ADDLOCAL:
Parameter
Component name
All
All available options are installed (see note after the table).
PhoneClient
SwyxIt!
ScriptEditor
Graphical Script Editor
(Subfunction of PhoneClient)
OfficeUCSupport
Office Communication Add-In
(Subfunction of PhoneClient)
Outlook2007Support
Outlook Add-In (2007 or later)
(Subfunction of PhoneClient)
EstosAccess
Swyx VisualContacts
(Subfunction of PhoneClient)
DatevIntegration
Swyx Connector for DATEV
(Subfunction of PhoneClient)
NotesAccess
Lotus/IBM/HCL Notes plugin
(Subfunction of PhoneClient)
Video
Video function in SwyxIt!
TeamViewer
TeamViewer function for Collaboration
(Subfunction of PhoneClient)
NetViewer
Netviewer function for Collaboration
(Subfunction of PhoneClient)
ClientMeeting
SwyxIt! Meeting function for Collaboration
(Subfunction of PhoneClient)
CLMgrTSP
TAPI Service Provider
(Subfunction of PhoneClient)
DesktopShortcut
Desktop link for SwyxIt!
(Subfunction of PhoneClient)
StartupShortcut
Add SwyxIt! to Startup group
(Subfunction of PhoneClient)
Quickstart
Quickstart documentation for SwyxIt!
(Subfunction of PhoneClient)
FaxClient
SwyxFax Client
DesktopShortcutFaxClient
Desktop link for SwyxFax Client
(Subfunction of FaxClient)
StartupShortcutFaxClient
Add SwyxFax Client to Startup group
(Subfunction of FaxClient)
SwyxMeeting
Swyx Meeting - Internal and external
MsTeamsIntegration
Integration with Microsoft Teams
MsTeamsIntegrationSettings
Default settings in SwyxIt! for Swyx Connector for Microsoft Teams
DiscoveryService
Service for Swyx Connector for Microsoft Teams Support on Terminal Servers
Auth0Client
Auth0 Authentication
* 
Outlook AddIn (2007 or newer)" can be installed. If you select the parameter "All", only “Outlook 2007 Add-In” will be installed.
 
Please refer to Custom Setup Installation for further information on components/features.
Last modified date: 10.25.2023