############################ # Setup product information ############################ VENDOR="microsoft.com" PN="windows.termserver" NAME="Windows Termserver" DESCRIPTION="Activate Concurrent Windows Terminal Server on non Server OS" VERSION="1.0" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="restricted" DL_FILE[0]="Remote_desktop_connection_icon1.png" DL_SOURCE[0]="http://pariswells.com/blog/wp-content/uploads/2009/11/Remote_desktop_connection_icon1.png" DL_FILE[1]="UniversalTermsrvPatch_20090425.zip" DL_SOURCE[1]="http://soft3.wmzhe.com/download/deepxw/UniversalTermsrvPatch_20090425.zip" DL_ARCH[1]="X86" DL_EXTRACT_FORMAT[1]="unzip" DL_FILE[2]="UniversalTermsrvPatch_20090425.zip" DL_SOURCE[2]="http://soft3.wmzhe.com/download/deepxw/UniversalTermsrvPatch_20090425.zip" DL_ARCH[2]="X86_64" DL_EXTRACT_FORMAT[2]="unzip" # File array index for the image showing while installing the program ICON_DL_INDEX=0 WINST_NAME[2]="Install32Exe" WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[1]@\\termsrv-x86-install.exe" WINST_NAME[3]="Uninstall32Exe" WINST_VALUE[3]="@DL_EXTRACT_WINST_PATH[1]@\\termsrv-x86-uninstall.exe" WINST_NAME[4]="Install64Exe" WINST_VALUE[4]="@DL_EXTRACT_WINST_PATH[2]@\\termsrv-x64-install.exe" WINST_NAME[5]="Uninstall64Exe" WINST_VALUE[5]="@DL_EXTRACT_WINST_PATH[2]@\\termsrv-x64-uninstall.exe" OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="opsi-windows.termserver.ini" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="opsi-windows.termserver.ini"