31 lines
825 B
INI
31 lines
825 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="pdfprinter.at"
|
||
|
PN="ghostscript"
|
||
|
VERSION="9.0.0"
|
||
|
RELEASE="1"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
DL_FILE[0]="451604026_a750b0de57.jpg"
|
||
|
DL_SOURCE[0]="http://download.chip.eu/ii/451604026_a750b0de57.jpg"
|
||
|
|
||
|
DL_FILE[1]="gs900x86.msi"
|
||
|
DL_SOURCE[1]="ftp://download.may.co.at/Repository/msoftware/MAYComp/Current/RO/gs900x86.msi"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_WINST_NAME[1]=Install32Msi
|
||
|
|
||
|
DL_FILE[2]="gs900x64.msi"
|
||
|
DL_SOURCE[2]="ftp://download.may.co.at/Repository/msoftware/MAYComp/Current/RO/gs900x64.msi"
|
||
|
DL_ARCH[2]="X86_64"
|
||
|
DL_WINST_NAME[2]=Install64Msi
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|