#################################################################################################### # Digital Data Configuration File (Template Date: 30.07.2016) # # UTF-8 Coding required! # # incl. FailSafe functions that are active when information is missing. # #################################################################################################### #==================================================================================================# ########################################## General Setup ########################################### #==================================================================================================# #################################################################################################### # Path in which the log files will be stored. # # Example: E:\LogFiles\ # # FailSafe Setting is: \Logs # #################################################################################################### LogPath = #################################################################################################### # Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 # # Setting the Value to 0 disables this Function. # # FailSafe Setting is: 60 # #################################################################################################### LogFileKeepTime = 30 #==================================================================================================# ########################################## Profile Setup ########################################### #==================================================================================================# #################################################################################################### # Define Profiles in this config file for the executing Script. # # Syntax: # # UninstallServiceProfile | InstallServiceProfile # #################################################################################################### #################################################################################################### # UninstallServiceProfile # # This profile type stops and uninstalls existing services. # #################################################################################################### # First Parameter: # # Set the service name, you want to uninstall. # # Dont confuse name with display name! Check it via PS cmdlet "Get-Service" # # Example: DigitalDataServiceNr1 # #################################################################################################### #################################################################################################### # InstallServiceProfile # # This profile type installs or updates existing services and starts them if needed. # # Updating a service can not overwrite the , in case a path needs to be changed, # # uninstall and install the service again! # #################################################################################################### # First Parameter: # # Set the service display name, you want to install. # # In the background the display name will be used for the service name, by removeing blank in it. # # Example: Digital Data Service Nr1 # #--------------------------------------------------------------------------------------------------# # Second Parameter: # # Set the absolut path the the service EXE: # # Example: D:\ProgramFiles\DigitalData\ServiceNr1 # #--------------------------------------------------------------------------------------------------# # Third Parameter: # # Set a parameter which will be used by starting the service. # # Keep empty if no parameter is needed. # # Example: -k netsvcs # # Example: /debug # #--------------------------------------------------------------------------------------------------# # Fourth Parameter: # # Set one of the following examples: # # Example: Automatic # # Example: Manual # # Example: Disabled # # Example: AutomaticDelayedStart # #--------------------------------------------------------------------------------------------------# # Fifth Parameter: # # Set if the new installed service should start immediately after installation. # # Example: InstallOnly # # Example: InstallAndStart # #--------------------------------------------------------------------------------------------------# # Sixth Parameter: # # Set the description of the service. # # Example: This is a nice service which helps you with some stuff. # #--------------------------------------------------------------------------------------------------# # Seventh Parameter: # # Set the username which should run this service. # # Can only used in combination with . # # By keeping this parameter emtpy, the local system account will run the service. # # Example: UserAccount # # Example: Administrator # # Example: domain\UserAccount # # Example: domain\Administrator # #--------------------------------------------------------------------------------------------------# # Eight Parameter: # # Set the password which should run this service. # # Can only used in combination with . # # By keeping this parameter emtpy, the local system account will run the service. # # Example: 12345 # # Example: password # # Example: securepassword # #################################################################################################### #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: #UninstallServiceProfile = MyNiceService #InstallServiceProfile = My nice service ; D:\ProgramFiles\Myniceservice\program.exe ; ;Automatic ; InstallOnly ; This is a very nice service #InstallServiceProfile = My nice service ; D:\ProgramFiles\Myniceservice\program.exe ; -parameter1 ;Automatic ; InstallAndStart ; This is a very nice service ; domain\user ; password #UninstallServiceProfile = DigitalDataEB-Creator #UninstallServiceProfile = DigitalDataEmail-Profiler #UninstallServiceProfile = DigitalDataeInvoice-Parser #UninstallServiceProfile = DigitalDataJobRunner #UninstallServiceProfile = DigitalDataEmail-Service #UninstallServiceProfile = DigitalDataWM-ResultHandler #UninstallServiceProfile = DigitalDataEDMI-Service #InstallServiceProfile = Digital Data EB-Creator ; D:\ProgramFiles\Digital Data\DDEBCreator\SERVICE\EB_Creator.exe ; ; Manual ; InstallOnly ; Creates result reports for released documents. #InstallServiceProfile = Digital Data Email-Profiler ; D:\ProgramFiles\Digital Data\DDEmailProfiler\SERVICE\EmailProfiler.Service.exe ; ; Manual ; InstallOnly ; Monitors email inboxes and processes incoming emails and their attachments. #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 ; 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.