Command Line Options
Connexion.exe -?|help
Connexion.exe [-console]
Connexion.exe [-installplugins PATH] [-installchannels PATH] [-scan]
Option | Description |
|---|---|
-?|help | Show help |
-console | Runs Connexion in a console window, rather than as a service. |
-installplugins PATH | PATH - The file, or directory, path containing the .cxn, .zip, .nupkg file(s) packages to import. For zip files, each device plugin should be placed in a separate top level folder. |
-installchannels PATH | PATH - The file, or directory path containing the .cxn file(s) to import. Note: channels are only loaded one time; they are not updated. |
-scan | Scans and updates the Connexion device plugins found in the installation folder. |
Example
Connexion.exe -installplugins "c:\temp\bundleOfDevices.zip"
Connexion.Setup.exe [option(s)]
Option | Description |
|---|---|
-Quiet | -Silent | Run the installer in silent mode |
-NoInstallWizard | When defined, the InstallWizard Is not run |
-Log PATH | PATH - windows directory path |
-Uninstall | Uninstall the Connexion |
-Repair | Repair Connexion installation (or install if not installed) |
Example
Connexion.Setup.exe -quiet -NoInstallWizard
NOTE: These options have changed as of Connexion v14 B5. In previous version it was possible to pass all the InstallWizard.exe, while this is still possible, it is recommended to run the installer with the -NoInstallWizard option, then separately run the InstallWizard.exe with the desired options in a separate step.
InstallWizard.exe [option(s)]
Option | Description |
|---|---|
-Quiet | -Silent | When set, the InstallWizard UI is not displayed |
-SiteName NAME | The name of the site. This is ued when sending email alerts |
-Licensee USER | USER - licensee provided by Inner Harbour Software |
-LicenseKey KEY | KEY - license provided by Inner Harbour Software |
-ServiceAccountType TYPE | TYPE - one of: ConnexionServiceAccount, LocalSystemAccount, UserAccount |
-ServiceAccount USER | USER- windows user account WORKPC\REIS |
-ServiceAccountPassword PASSWORD | PASSWORD - password of the service application |
-PrimaryPort PORT | PORT - an integer value |
-HealthCheckPort PORT | PORT - an integer value |
-ChangeTrackingMode MODE | MODE - one of: None, OncePerSession, OncePerSave |
-DatabaseType TYPE | TYPE - one of: LocalDB, ExistingSqlServer |
-ConnectionString STRING | STRING - the Sql Server connection string. eg "Server=myServerAddress;Database=myDataBase;User Id=myUsername; Password=myPassword;" |
-ElevatedConnectionString STRING | STRING - the Sql Server connection string. eg "Server=myServerAddress;Database=myDataBase;User Id=myUsername; Password=myPassword;" |
Example - Default user: __cxne_user__, and Sql Server using Integrated Security
InstallWizard.exe -Quiet -SiteName "Jonathan's Laptop" -Licensee "jon_reis@yahoo.com" -LicenseKey "<place LicenseKey here>" -ConnectionString "Data Source=.;Initial Catalog=CXN_Connexion;Integrated Security=True" -ElevatedConnectionString "Data Source=.;Integrated Security=True"
NOTE: These options have changed as of Connexion v14 B5. In previous versions it was possible to install channels and plugins from the InstallWizard. Going forward please use Connexion.exe to perform these action.