27 lines
718 B
INI
27 lines
718 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="camstudio.org"
|
||
|
PN="camstudio"
|
||
|
VERSION="2.6b.rev294"
|
||
|
RELEASE="1"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="CamStudio.png"
|
||
|
DL_SOURCE[0]="http://www.cours.fse.ulaval.ca/ten-22182/opensource/images/CamStudio.png"
|
||
|
|
||
|
DL_FILE[1]="CamStudio-Setup-${VERSION}.exe"
|
||
|
DL_SOURCE[1]="http://sourceforge.net/projects/camstudio/files/stable/CamStudio_Setup_v2.6b_r294_%28build_24Oct2010%29.exe"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_WINST_NAME[1]=InstallExe
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|