############################ # 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.27" 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-90x90.png" DL_SOURCE[0]="https://www.tightvnc.com/logo/tightvnc-logo-90x90.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]="{9D4D0556-7368-4A1E-817B-2C4E3FA61440}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{4E75CBD3-C0CE-44BB-BC77-1D30493A16BB}" 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"