24 lines
684 B
INI
24 lines
684 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="microsoft.com"
|
|
PN="microsoft.capicom"
|
|
VERSION="1"
|
|
RELEASE="1"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="restricted"
|
|
|
|
DL_FILE[0]="capicom.png"
|
|
DL_SOURCE[0]="http://www.veryicon.com/icon/128/System/Cristal%20Intense/Windows.png"
|
|
|
|
DL_FILE[1]="capicom.msi"
|
|
DL_SOURCE[1]="http://download.microsoft.com/download/5/7/9/579f7fa4-217e-438b-b117-e77fd14db181/capicom_dc_sdk.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0 |