30 lines
788 B
INI
30 lines
788 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="wsusoffline.net"
|
|
PN="microsoft.wsusoffline"
|
|
NAME="WSUS Offline Update"
|
|
DESCRIPTION="Update Microsoft Windows and Office without an Internet connection"
|
|
VERSION="9.7"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="wsus.jpg"
|
|
DL_SOURCE[0]="http://ostermeier.net/wp-content/uploads/2013/06/wsus.jpg"
|
|
|
|
DL_FILE[1]="wsusoffline${VERSION//./}.zip"
|
|
DL_SOURCE[1]="http://download.wsusoffline.net/wsusoffline${VERSION//./}.zip"
|
|
DL_ARCH[1]="ALL"
|
|
DL_DOWNLOADER[1]="wget"
|
|
DL_EXTRACT_FORMAT[1]="unzip"
|
|
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|