############################ # Setup product information ############################ VENDOR="pdfsam.org" PN="pdfsam.pdfsam" NAME="PDF Split and Merge" DESCRIPTION="A free open source tool to split and merge pdf documents" VERSION="4.0.5" RELEASE="3" PRIORITY="0" ADVICE="32bit only 3.3.7 no new releases" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="basic.svg" DL_SOURCE[0]="https://pdfsam.org/imgs/basic.svg" DL_FILE[1]="pdfsam-3.3.7.msi" DL_SOURCE[1]="https://github.com/torakiki/pdfsam/releases/download/v3.3.7/pdfsam-3.3.7.msi" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Msi DL_FILE[2]="pdfsam-${VERSION}.msi" DL_SOURCE[2]="https://github.com/torakiki/pdfsam/releases/download/v${VERSION}/pdfsam-${VERSION}.msi" DL_ARCH[2]="X86_64" DL_WINST_NAME[2]=Install64Msi # File array index for the image showing while installing the program ICON_DL_INDEX=0 OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{06F77008-B6FD-4871-809E-1F3E09985A05}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{7C663C91-1147-4B5A-872D-A3BC3F7F860B}"