Windows Registry keys will be written by the Exago Installer when installing the Web Application, the Web Service API and the Scheduler Service.
Web Application
The Web Application will add four new keys to the registry. Each key and its contents are described in the tables below.
NoteThis 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.
- HKEY_LOCAL_MACHINE\SOFTWARE\Exago\ExagoWeb\
<web site name>/<virtual directory name>
This key is used by the installer to determine the installed version number and the location of the installation. It will be updated with each subsequent installation of Exago into the same web site and virtual directory.
Table A Name Type Description
ExampleCreateDate 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
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ExagoMonitoringService.
version
This key represents the Windows Service that manages the Exago Monitoring Service, which is installed automatically with the Web Application.
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.Table B Name Type Description
ExampleDescription 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
- HKEY_LOCAL_MACHINE\SOFTWARE\Exago\ExagoMonitoringService.
version
This key is used by the Exago installer to determine the installed version number and the location of the installation.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.Table C Name Type Description
ExampleDescription 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
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ExagoMonitoringService.
version
This key is used in the Windows Add/Remove Programs Control Panel to allow uninstallation of the Monitoring Service from there.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.
Table D Name Type Description
ExampleCreateDate 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
Web Service API
The Web Serivce API can add one registry key.
NoteThis 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.
- HKEY_LOCAL_MACHINE\SOFTWARE\Exago\ExagoWebAPI\
<web site name>/<virtual directory name>
This key is used by the installer to determine the installed version number and the location of the installation. It will be updated with each subsequent installation of Exago into the same web site and virtual directory.Table E Name Type Description
ExampleCreateDate 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\Exago\ExagoWebAPI\
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
Scheduler Service
The Scheduler Service installation can add three new keys to the registry. Each key and its contents are described in the tables below.
NoteThis section references
<svc_name>
as a placeholder for the name of the service configured during the installation process. The default value is ExagoScheduler.
- HKEY_LOCAL_MACHINE\SOFTWARE\Exago\eWebReportsScheduler_
<svc_name>
This key is used by the installer to determine the installed version number and the location of the installation. It will be updated with each subsequent installation of Exago with the same service name.
Table F Name Type Description
ExampleCreateDate 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 Files\Exago\ExagoScheduler\
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
- HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\eWebReportsScheduler_
<svc_name>
This key represents the Windows Service that manages the Scheduler Service, which is installed automatically with the Web Application.Table G Name Type Description
ExampleDescription 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 Files\Exago\ExagoScheduler\eWebReportsScheduler.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
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\eWebReportsScheduler_
<svc_name>
This key is used in the Windows Add/Remove Program Control Panel to allow uninstallation of the Monitoring Service from there.Table H Name Type Description
ExampleCreateDate 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 Files\Exago\ExagoScheduler\ExagoSetup.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