38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="camstudio.org"
|
|
PN="camstudio.camstudio"
|
|
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."
|
|
VERSION="2.7.rev316"
|
|
VERSION_CODEC="1.5"
|
|
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://njeklik.com/images/camstudio.png"
|
|
|
|
DL_FILE[1]="CamStudio-Setup-${VERSION}.exe"
|
|
DL_SOURCE[1]="http://sourceforge.net/projects/camstudio/files/stable/CamStudio_2.7_r316_setup.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
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
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
OPSI_INI_VALUE[0]="unins000.exe"
|