############################ # Setup product information ############################ VENDOR="pdfforge.org" PN="pdfforge.pdfarchitect" NAME="PDF Architect" DESCRIPTION="PDFArchitect is our PDF Editor that allows you to rotate and delete pages or to merge PDFs for free." VERSION="1.2.97.14551" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" # replace points, split into array a=( ${VERSION//./ } ) DL_FILE[0]="w1.png" DL_SOURCE[0]="http://de.pdfforge.org/sites/default/files/w1.png" DL_FILE[1]="PDF_Architect_Installer_${VERSION}.exe" #DL_SOURCE[1]="http://download.pdfforge.org/download/pdfarchitect3/PDFArchitect-stable?download" DL_SOURCE[1]="http://olive.download.pdfforge.org/pdfarchitect/${a[0]}.${a[1]}.${a[2]}/PDF_Architect_Installer_${VERSION}.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 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg" OPSI_INI_VALUE[0]="unins000.exe"