############################ # Setup product information ############################ VENDOR="killprog.com" PN="narod.killcopy" NAME="KillCopy" DESCRIPTION="Program for copy files by network. Can also copy files on local drives - sometimes it can speed up copy of large files by 2-3 times." VERSION="2.85" RELEASE="3" PRIORITY="0" ADVICE="" # TYPE - defines, if the install files are public or restricted. # Valid value: restricted | public TYPE="public" DL_FILE[0]="kc.GIF" DL_SOURCE[0]="http://www.killprog.com/kc.GIF" DL_FILE[1]="KCinst-${VERSION}.exe" DL_SOURCE[1]="http://www.killprog.com/KCinst.exe" DL_ARCH[1]="ALL" DL_WINST_NAME[1]=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]="UninstallProg32" OPSI_INI_VALUE[0]="killme.exe" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="UninstallProg64" OPSI_INI_VALUE[1]="killme.exe" OPSI_INI_SECTION[2]="X86" OPSI_INI_OPTION[2]="KillCopy2Prog32" OPSI_INI_VALUE[2]="kc.exe" OPSI_INI_SECTION[3]="X86_64" OPSI_INI_OPTION[3]="KillCopy2Prog64" OPSI_INI_VALUE[3]="kc.exe" OPSI_INI_SECTION[4]="X86" OPSI_INI_OPTION[4]="KillCopy3Prog32" OPSI_INI_VALUE[4]="killcopy.exe" OPSI_INI_SECTION[5]="X86_64" OPSI_INI_OPTION[5]="KillCopy3Prog64" OPSI_INI_VALUE[5]="killcopy.exe"