############################ # Setup product information ############################ VENDOR="camstudio.org" PN="camstudio.camstudio" NAME="CamStudio" DESCRIPTION="CamStudio is able to record all screen and audio activity on your computer and create industry-standard AVI video files." VERSION="3.0a4" 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.logo.png" DL_SOURCE[0]="http://hugoware.net/download/designs/camstudio.logo.png" 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" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Exe 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 # File array index for the image showing while installing the program ICON_DL_INDEX=0 ####################################### # 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 ############## OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallExecutable32" OPSI_INI_VALUE[0]="unins000.exe" # AND OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="UninstallExecutable64" OPSI_INI_VALUE[1]="unins000.exe"