47 lines
3.8 KiB
INI
47 lines
3.8 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 ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# VersionURL #
|
|
# Set the URL with the info about current version distibution. #
|
|
# Result file should be JSON #
|
|
####################################################################################################
|
|
VersionURL = https://product-details.mozilla.org/1.0/firefox_versions.json
|
|
|
|
####################################################################################################
|
|
# DownloadURL #
|
|
# Set the URL where to download the new software version. #
|
|
# Use "%NewFirefoxVersion%" as placeholder for the new version number, got from the VersionURL. #
|
|
####################################################################################################
|
|
DownloadURL = https://download-installer.cdn.mozilla.net/pub/firefox/releases/%NewFirefoxVersion%/win64/de/Firefox%20Setup%20%NewFirefoxVersion%.msi
|
|
|
|
####################################################################################################
|
|
# InstallPath #
|
|
# Set the local installation path. #
|
|
####################################################################################################
|
|
InstallPath = D:\ProgramFiles\Mozilla Firefox |