diff --git a/current/Install-WindowsService/Install-WindowsService_Caller.cmd b/current/Install-WindowsService/Install-WindowsService_Caller.cmd index 5a7f2d2..226daad 100644 --- a/current/Install-WindowsService/Install-WindowsService_Caller.cmd +++ b/current/Install-WindowsService/Install-WindowsService_Caller.cmd @@ -1,4 +1,5 @@ TITLE DIGITAL DATA - Run all files in directory +pushd "%~dp0" @ECHO OFF REM ---------------------------------------------------------------------------- REM This script runs all specified files in the current directory diff --git a/current/Install-WindowsService/Install-WindowsService_Settings.ini b/current/Install-WindowsService/Install-WindowsService_Settings.ini index e7d2afd..d730bbb 100644 --- a/current/Install-WindowsService/Install-WindowsService_Settings.ini +++ b/current/Install-WindowsService/Install-WindowsService_Settings.ini @@ -97,7 +97,7 @@ LogFileKeepTime = 30 # Example: securepassword # #################################################################################################### -UninstallServiceProfile = DigitalDataEmail-Service +#UninstallServiceProfile = DigitalDataEmail-Service #InstallServiceProfile = Digital Data Email-Service ; D:\ProgramFiles\Digital Data\Debug\DDEmailService.exe ; ; Manual ; InstallAndStart ; Sends emails from the Digital Data email pool. #Example: @@ -119,5 +119,5 @@ UninstallServiceProfile = DigitalDataEmail-Service #InstallServiceProfile = Digital Data eInvoice-Parser ; D:\ProgramFiles\Digital Data\DDZUGFeRDService\DDZUGFeRDService.exe ; ; Manual ; InstallOnly ; Validates electronic invoices and extracts data. #InstallServiceProfile = Digital Data JobRunner ; D:\ProgramFiles\Digital Data\DDJobRunner\SERVICE\DigitalData.Services.JobRunner.exe ; ; Manual ; InstallOnly ; Executes defined and configured jobs to synchronize master and transaction data. #InstallServiceProfile = Digital Data Email-Service ; D:\ProgramFiles\Digital Data\DDEmailService\SERVICE\DDEmailService.exe ; ; Manual ; InstallOnly ; Sends emails from the Digital Data email pool. -#InstallServiceProfile = Digital Data WM-ResultHandler ; ; ; Manual ; InstallOnly ; Executes windream searches and processes the results according to profile specifications. +#InstallServiceProfile = Digital Data WM-ResultHandler ; D:\ProgramFiles\Digital Data\DDResultHandler\SERVICE\DDWDResultHandler.exe ; ; Manual ; InstallOnly ; Executes windream searches and processes the results according to profile specifications. #InstallServiceProfile = Digital Data EDMI-Service ; ; ; Manual ; InstallOnly ; Proxy Service for Digital Data Applications. \ No newline at end of file