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"
|
2019-06-19 07:00:39 +02:00
|
|
|
NAME="CamStudio"
|
2013-03-10 21:45:55 +01:00
|
|
|
DESCRIPTION="CamStudio is able to record all screen and audio activity on your computer and create industry-standard AVI video files."
|
2019-09-26 18:29:02 +02:00
|
|
|
VERSION="3.0a4"
|
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"
|
|
|
|
|
|
|
|
|
2019-01-03 17:25:14 +01:00
|
|
|
DL_FILE[0]="camstudio.logo.png"
|
|
|
|
DL_SOURCE[0]="http://hugoware.net/download/designs/camstudio.logo.png"
|
2012-02-15 04:59:38 +01:00
|
|
|
|
2019-09-26 18:29:02 +02:00
|
|
|
DL_FILE[1]="CamStudio-3.0-alpha.4-0.exe"
|
|
|
|
DL_SOURCE[1]="https://github.com/stevenhoving/camstudio/releases/download/3.0-alpha.4/CamStudio-3.0-alpha.4-0.exe"
|
2012-02-15 04:59:38 +01:00
|
|
|
DL_ARCH[1]="X86"
|
2019-09-26 18:29:02 +02:00
|
|
|
DL_WINST_NAME[1]=Install32Exe
|
2012-02-15 04:59:38 +01:00
|
|
|
|
2019-09-26 18:29:02 +02:00
|
|
|
DL_FILE[2]="CamStudio-3.0-alpha.4-0.exe"
|
|
|
|
DL_SOURCE[2]="https://github.com/stevenhoving/camstudio/releases/download/3.0-alpha.4/CamStudio-3.0-alpha.4-0.exe"
|
|
|
|
DL_ARCH[2]="X86_64"
|
|
|
|
DL_WINST_NAME[2]=Install64Exe
|
2013-03-03 20:21:08 +01:00
|
|
|
|
2012-02-15 04:59:38 +01:00
|
|
|
# File array index for the image showing while installing the program
|
|
|
|
ICON_DL_INDEX=0
|
|
|
|
|
2019-09-26 18:29:02 +02:00
|
|
|
#######################################
|
|
|
|
# specify Executable for Desktop link
|
|
|
|
#######################################
|
|
|
|
|
|
|
|
on the dual arch package
|
|
|
|
WINST_NAME[0]="ProgramExecutable32"
|
|
|
|
WINST_VALUE[0]="CamStudioRecorder.exe"
|
|
|
|
|
|
|
|
# AND
|
|
|
|
|
|
|
|
WINST_NAME[1]="ProgramExecutable64"
|
|
|
|
WINST_VALUE[1]="CamStudioRecorder.exe"
|
|
|
|
|
|
|
|
|
|
|
|
##### Installer ##############
|
2013-03-10 21:45:55 +01:00
|
|
|
OPSI_INI_SECTION[0]="X86"
|
2019-09-26 18:29:02 +02:00
|
|
|
OPSI_INI_OPTION[0]="UninstallExecutable32"
|
2013-03-10 21:45:55 +01:00
|
|
|
OPSI_INI_VALUE[0]="unins000.exe"
|
2019-09-26 18:29:02 +02:00
|
|
|
|
|
|
|
# AND
|
|
|
|
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
|
|
OPSI_INI_OPTION[1]="UninstallExecutable64"
|
|
|
|
OPSI_INI_VALUE[1]="unins000.exe"
|
|
|
|
|