Scripted Installation

<< Click to Display Table of Contents >>

Navigation:  Install, Uninstall >

Scripted Installation

Previous pageReturn to chapter overviewNext page

 

The setup executable is a so-called bootstrapper for the windows installer files contained within, it also takes care of the prerequisites (.NET framework and VSTO runtime)

 

Command line arguments:

 

/? or /help

displays help dialog

 

/extract:<directory>

extracts all files in <directory>

 

/listlangs

lists languages supported by this setup

 

/exenoui /qn

launches the EXE setup without UI. Note: run as administrator!

 

/exebasicui

launches the EXE setup with basic UI

 

/exelang <langId>

launches the EXE setup with the specified language

 

/username

username used by the proxy

 

/password

password used by the proxy

 

/exelog<path_to_log_file>

creates a log file at specified path

 

/exenoupdates

does not check for a newer version

 

/passive licensepath=<Server Path + License.xml>

used for network installation; defines the path and name of the license file

 

<msiOptions>

options for msiexec.exe running the MSI package

 

 

 

Example:

 

Standard install without displaying user interface (UI):
Synkronizer.11.0.xxxx.exe /exenoui