123 lines
11 KiB
INI
123 lines
11 KiB
INI
####################################################################################################
|
|
# 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\<ScriptName> #
|
|
# FailSafe Setting is: <ScriptPath>\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: <ServiceName> #
|
|
# 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 <FullPathToEXE>, in case a path needs to be changed, #
|
|
# uninstall and install the service again! #
|
|
####################################################################################################
|
|
# First Parameter: <ServiceDisplayName> #
|
|
# 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: <FullPathToEXE> #
|
|
# Set the absolut path the the service EXE: #
|
|
# Example: D:\ProgramFiles\DigitalData\ServiceNr1 #
|
|
#--------------------------------------------------------------------------------------------------#
|
|
# Third Parameter: <StartupParameter> #
|
|
# 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: <StartupType> #
|
|
# Set one of the following examples: #
|
|
# Example: Automatic #
|
|
# Example: Manual #
|
|
# Example: Disabled #
|
|
# Example: AutomaticDelayedStart #
|
|
#--------------------------------------------------------------------------------------------------#
|
|
# Fifth Parameter: <Action> #
|
|
# Set if the new installed service should start immediately after installation. #
|
|
# Example: InstallOnly #
|
|
# Example: InstallAndStart #
|
|
#--------------------------------------------------------------------------------------------------#
|
|
# Sixth Parameter: <Description> #
|
|
# Set the description of the service. #
|
|
# Example: This is a nice service which helps you with some stuff. #
|
|
#--------------------------------------------------------------------------------------------------#
|
|
# Seventh Parameter: <ServiceUserName> #
|
|
# Set the username which should run this service. #
|
|
# Can only used in combination with <ServiceUserPassword>. #
|
|
# By keeping this parameter empty, the local system account will run the service. #
|
|
# Example: UserAccount #
|
|
# Example: Administrator #
|
|
# Example: domain\UserAccount #
|
|
# Example: domain\Administrator #
|
|
#--------------------------------------------------------------------------------------------------#
|
|
# Eight Parameter: <ServiceUserPassword> #
|
|
# Set the password which should run this service. #
|
|
# Can only used in combination with <ServiceUserName>. #
|
|
# By keeping this parameter empty, 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. |