Windows Registry keys will be written by the Exago Installer when installing the Web Application, the Web Service API and the Scheduler Service.
The Web Application will add four new keys to the registry. Each key and its contents are described in the tables below.
Note
This section references
<web site name>/<virtual directory name>
as a placeholder for the IIS web site and virtual directory configured during the installation process. The default values are Default Web Site and Exago respectively.
<web site name>/<virtual directory name>
Name | Type | Description Example |
---|---|---|
CreateDate | REG_SZ | Timestamp of the first Exago Web Application installation. e.g. 05/19/2020 15:30:53
|
DisplayName | REG_SZ | Installation Web Site followed by the Virtual Directory Name e.g. Default Web Site/Exago
|
Location | REG_SZ | Physical location of the installation e.g. C:Program Files\Exago\ExagoWeb
|
UpdateDate | REG_SZ | Initially set to the installation date. Should be updated whenever Exago is reinstalled. e.g. 05/23/2020 08:12:05
|
Version | REG_SZ | The version of Exago installed. This value can be found by pressing ‘Ctrl + Shift+ V’ in the Web Application. e.g. 2019.2.8.183
|
version
Note
This section references
version
as a placeholder for the version of the service installed. For example,HKEY_LOCAL_MACHINE\SOFTWARE\Exago\ExagoMonitoringService.2019.2.183
As this key has the Exago version in it’s name, on subsequent update installations of Exago, new keys will be written each time instead of updating this current one.
Name | Type | Description Example |
---|---|---|
Description | REG_SZ | The description text to display in the Windows Service Control Manager. Typically, the version of Exago installed. e.g. 2019.2.8.183
|
Display Name | REG_SZ | Name to display in the Windows Service Control Manager e.g. Exago Monitoring Service v2019.2.183
|
ErrorControl | REG_DWORD | Severity of the error if this service fails to start during startup e.g. 0x1
|
ImagePath | REG_EXPAND_SZ | Fully qualified path to the Monitoring Service’s executable file e.g. "C:Program Files\Exago\MonitoringService\Monitoring.exe"
|
ObjectName | REG_SZ | The name of the account under which the service executes e.g. LocalSystem
|
Start | REG_DWORD | Defines when to start the service e.g. 0x2
|
Type | REG_DWORD | Type of service e.g. 0x10
|
version
Note
This section references
version
as a placeholder for the version of the service installed. For example,HKEY_LOCAL_MACHINE\SOFTWARE\Exago\ExagoMonitoringService.2019.2.183
As this key has the Exago version in it’s name, on subsequent update installations of Exago, new keys will be written each time instead of updating this current one.
Name | Type | Description Example |
---|---|---|
Description | REG_SZ | Timestamp of the first Exago Web Application installation. e.g. 05/19/2020 15:30:53
|
DisplayName | REG_SZ | Name to display in the Windows Service Manager e.g. Exago Monitoring Service v2019.2.183
|
Location | REG_SZ | Physical location of the installation e.g. C:Program Files\Exago\MonitoringService
|
UpdateVersion | REG_SZ | Initially set to the installation date. Should be updated whenever Exago is reinstalled. e.g. 05/23/2020 08:12:05
|
Version | REG_SZ | The version of Exago installed. This value should match that of the Web Application. e.g. 2019.2.8.183
|
version
Note
This section references version as a placeholder for the version of the service installed. For example, HKEY_LOCAL_MACHINE\SOFTWARE\Exago\ExagoMonitoringService.2019.2.183 As this key has the Exago version in it’s name, on subsequent update installations of Exago, new keys will be written each time instead of updating this current one.
Name | Type | Description Example |
---|---|---|
CreateDate | REG_SZ | Timestamp of the first installation of this particular version of the Monitoring Service. e.g. 05/19/2020 15:30:53
|
DisplayName | REG_SZ | Name to display in the Windows Add/Remove Programs Control Panel e.g. Exago Monitoring Service v2019.2.8.183
|
Publisher | REG_SZ | Exago, Inc. |
UninstallString | REG_SZ | The command line string to start the uninstallation process e.g. C:Program Files\Exago\MonitoringService\ExagoSetup.exe /UninstallMonitoring ExagoMonitoringService.v2019.2.8.183
|
UpdateDate | REG_SZ | Initially set to the installation date. Should be updated whenever this particular version of the Monitoring Service is reinstalled. e.g. 05/23/2020 08:12:05
|
The Scheduler Service installation adds three new keys to the registry. Each key and its contents are described in the tables below.
Note
This section references
<svc_name>
as a placeholder for the name of the service configured during the installation process. The default value is ExagoScheduler.
<svc_name>
Name | Type | Description Example |
---|---|---|
CreateDate | REG_SZ | Timestamp of the first Scheduler Service installation. e.g. 05/19/2020 15:30:53
|
DisplayName | REG_SZ | Friendly display name of the Scheduler Serivce e.g. ExagoScheduler
|
Location | REG_SZ | Physical location of the installation e.g. C:Program FilesExagoExagoScheduler
|
UpdateDate | REG_SZ | Initially set to the installation date. Should be updated whenever the SCheduler Service is reinstalled. e.g. 05/23/2020 08:12:05
|
Version | REG_SZ | The version of the Scheduler Service installed. e.g. 2019.2.8.183
|
Example:
<svc_name>
Name | Type | Description Example |
---|---|---|
Description | REG_SZ | The description text to display in the Windows Service Control Manager. e.g. Exago Scheduler Windows Service
|
Display Name | REG_SZ | Name to display in the Windows Service Control Manager. This is the service name that was provided at the time of installation. e.g. ExagoScheduler
|
ErrorControl | REG_DWORD | Severity of the error if this service fails to start during startup e.g. 0x1
|
ImagePath | REG_EXPAND_SZ | Fully qualified path to the Scheduler Service’s executable file e.g. "C:Program FilesExagoExagoSchedulereWebReportsScheduler.exe"
|
ObjectName | REG_SZ | The name of the account under which the service executes e.g. LocalSystem
|
Start | REG_DWORD | Defines when to start the service e.g. 0x2
|
Type | REG_DWORD | Type of service e.g. 0x10
|
Example:
<svc_name>
Name | Type | Description Example |
---|---|---|
CreateDate | REG_SZ | Timestamp of the first installation of this particular version of the Scheduler service. e.g. 05/19/2020 15:30:53
|
DisplayName | REG_SZ | Name to display in the Windows Add/Remove Programs Control Panel. Typically the words “Exago Scheduler – ” followed by the name of the service set during installation. e.g. Exago Scheduler - ExagoScheduler
|
Publisher | REG_SZ | Exago, Inc. |
UninstallString | REG_SZ | The command line string to start the uninstallation process e.g. C:Program FilesExagoExagoSchedulerExagoSetup.exe /eWebReportsScheduler_ExagoScheduler
|
UpdateDate | REG_SZ | Initially set to the installation date. Should be updated whenever this particular version of the Scheduler Service is reinstalled. e.g. 05/23/2020 08:12:05
|
Example:
The REST Web Service API adds one registry key.
Note
This section references
<web site name>/<virtual directory name>
as a placeholder for the IIS web site and virtual directory configured during the installation process. The default values are Default Web Site and ExagoWebAPI respectively.
<web site name>/<virtual directory name>
Name | Type | Description Example |
---|---|---|
CreateDate | REG_SZ | Timestamp of the first Exago Web Service API installation. e.g. 05/19/2020 15:30:53
|
DisplayName | REG_SZ | Installation Web Site followed by the Virtual Directory Name e.g. Default Web Site/ExagoWebAPI
|
Location | REG_SZ | Physical location of the installation e.g. C:Program Files\ExagoExago\WebAPI
|
UpdateDate | REG_SZ | Initially set to the installation date. Should be updated whenever Exago is reinstalled. e.g. 05/23/2020 08:12:05
|
Version | REG_SZ | The version of Web Service API installed. e.g. 2019.2.8.183
|
Example: