File windows-offline-update-sysconfig of Package windows-offline-update
## Path: System/Management
## Type: yesno
## Default: yes
#
# The START_WIN_UPDATE variable controls whether the
# update download script should be run automatically
# every week.
# Set to "no" to disable.
#
START_WIN_UPDATE="yes"
## Type: integer(-20:19)
## Default: 0
#
# Renice the update download process when running as cronjob.
# Possible values: -20 up to 19
#
NICE="0"
## Type: string
## Default: "/var/log/windows-update.log"
#
# Path to the logfile for cron script messages.
# Leave it empty means: create no logfile.
#
LOGFILE="/var/log/windows-update.log"
## Type: string
## Default: "enu deu"
#
# List of supported languages:
# enu, deu, nld, esn, fra, ptg, ptb, ita, rus, plk, ell, csy
# dan, nor, sve, fin, jpn, kor, chs, cht, hun, trk, ara, heb
#
# Use whitespace to list more than one.
#
LANGUAGES="enu deu"
## Type: string
## Default: "all-x86"
#
# List of supported systems:
# w2k, wxp, wxp-x64, w2k3, w2k3-x64, w60, w60-x64, oxp, o2k
# o2k3, o2k7, all-x64, all-x86
#
SYSTEMS="all-x86"
## Type: yesno
## Default: yes
#
# Download ServicePacks?
#
DOWNLOADSP="yes"
## Type: yesno
## Default: yes
#
# Create ISO image?
#
MAKEISO="yes"
## Type: yesno
## Default: yes
#
# Download .NET-Framework ?
#
DOTNET="yes"
## Type: yesno
## Default: yes
#
# Cleanup client directory
#
CLEANUP="yes"
## Type: string
## Default: ""
#
# Define a proxy server, if needed:
# http://[username:password@]<server>:<port>
#
PROXY=""