############################ # Setup product information ############################ VENDOR="tightvnc.com" PN="tightvnc.server" NAME="TightVNC Server" DESCRIPTION="Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software" VERSION="2.8.8" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="TightVNC-logo.png" DL_SOURCE[0]="http://pc-freak.net/images/how-to-change-reset-lost-TightVNC-administrator-password.png" DL_FILE[1]="tightvnc-${VERSION}-gpl-setup-32bit.msi" DL_SOURCE[1]="http://www.tightvnc.com/download/${VERSION}/tightvnc-${VERSION}-gpl-setup-32bit.msi" DL_ARCH[1]="X86" DL_WINST_NAME[1]=Install32Msi DL_FILE[2]="tightvnc-${VERSION}-gpl-setup-64bit.msi" DL_SOURCE[2]="http://www.tightvnc.com/download/${VERSION}/tightvnc-${VERSION}-gpl-setup-64bit.msi" DL_ARCH[2]="X86_64" DL_WINST_NAME[2]=Install64Msi DL_FILE[3]="dfmirage-setup-2.0.301.exe" DL_SOURCE[3]="http://www.tightvnc.com/download/dfmirage/dfmirage-setup-2.0.301.exe" DL_ARCH[3]="ALL" DL_WINST_NAME[3]=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]="MsiId32" OPSI_INI_VALUE[0]="{C148910C-51F8-4D36-BFBD-87A64B139006}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{DEE0B752-52D8-4615-9BEE-1EDA46628960}" OPSI_INI_SECTION[2]="X86" OPSI_INI_OPTION[2]="UninstallProg32" OPSI_INI_VALUE[2]="mirage_uninstall.exe" OPSI_INI_SECTION[3]="X86_64" OPSI_INI_OPTION[3]="UninstallProg64" OPSI_INI_VALUE[3]="mirage_uninstall.exe"