camstudio.camstudio/builder-product.cfg

38 lines
1.1 KiB
INI
Raw Normal View History

2012-02-15 04:59:38 +01:00
############################
# Setup product information
############################
VENDOR="camstudio.org"
2012-05-02 07:00:14 +02:00
PN="camstudio.camstudio"
2013-03-10 21:45:55 +01:00
NAME="CamStudio Open Source"
DESCRIPTION="CamStudio is able to record all screen and audio activity on your computer and create industry-standard AVI video files."
2013-11-13 12:33:53 +01:00
VERSION="2.7.2.rev326"
2013-03-03 20:21:08 +01:00
VERSION_CODEC="1.5"
2012-02-15 04:59:38 +01:00
RELEASE="1"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
2013-03-10 21:45:55 +01:00
DL_FILE[0]="camstudio.png"
DL_SOURCE[0]="http://njeklik.com/images/camstudio.png"
2012-02-15 04:59:38 +01:00
DL_FILE[1]="CamStudio-Setup-${VERSION}.exe"
2013-11-13 12:33:53 +01:00
DL_SOURCE[1]="https://s3.amazonaws.com/csg7f89g7f9/CamStudio_Setup_v2.7.2_r326_(build_19Oct2013).exe"
2012-02-15 04:59:38 +01:00
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe
2013-03-03 20:21:08 +01:00
DL_FILE[2]="CamStudioCodec_${VERSION_CODEC}_Setup.exe"
DL_SOURCE[2]="http://sourceforge.net/projects/camstudio/files/legacy/CamStudioCodec_${VERSION_CODEC}_Setup.exe"
DL_ARCH[2]="X86"
DL_WINST_NAME[2]=InstallCodecExe
2012-02-15 04:59:38 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
2013-03-10 21:45:55 +01:00
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="UninstallProg"
OPSI_INI_VALUE[0]="unins000.exe"