############################ # Setup product information ############################ VENDOR="atkrufident.de" PN="atkrufident.syndis" NAME="Synaptics Quick Disabler" DESCRIPTION="Synaptics Quick Disabler ermoeglicht es, das Pad via Mausklick schnell und einfach zu de/aktivieren." VERSION="1.23" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="touchpad-enable-icon.png" DL_SOURCE[0]="http://www.cianmcgovern.com/wp-content/uploads/2012/04/touchpad-enable-icon.png" DL_FILE[1]="syndis-${VERSION}.zip" DL_SOURCE[1]="http://www.atkrufident.de/download/syndis.zip" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Zip # 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]="zipuninst.exe" OPSI_INI_SECTION[1]="install" OPSI_INI_OPTION[1]="ProductVersion" OPSI_INI_VALUE[1]="${VERSION}" OPSI_INI_SECTION[2]="install" OPSI_INI_OPTION[2]="Description" OPSI_INI_VALUE[2]="${DESCRIPTION}" OPSI_INI_SECTION[3]="install" OPSI_INI_OPTION[3]="ProductName" OPSI_INI_VALUE[3]="${NAME}" OPSI_INI_SECTION[4]="install" OPSI_INI_OPTION[4]="CompanyName" OPSI_INI_VALUE[4]="ATKRufIdent"