78 lines
2.4 KiB
INI
78 lines
2.4 KiB
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="nirsoft.net"
|
||
|
PN="nirsoft.zipinstaller"
|
||
|
NAME="Zip Installer"
|
||
|
DESCRIPTION="The ZipInstaller utility installs and uninstalls applications and utilities that do not provide an internal installation program."
|
||
|
VERSION="1.21"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
DL_FILE[0]="zipinst_icon.gif"
|
||
|
DL_SOURCE[0]="http://www.nirsoft.net/utils/zipinst_icon.gif"
|
||
|
|
||
|
DL_FILE[1]="zipinst-${VERSION}.zip"
|
||
|
DL_SOURCE[1]="http://www.nirsoft.net/utils/zipinst.zip"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_EXTRACT_FORMAT[1]="unzip"
|
||
|
|
||
|
DL_FILE[2]="zipinst_german-${VERSION}.zip"
|
||
|
DL_SOURCE[2]="http://www.nirsoft.net/utils/trans/zipinst_german.zip"
|
||
|
DL_ARCH[2]="X86"
|
||
|
DL_EXTRACT_FORMAT[2]="unzip"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|
||
|
WINST_NAME[0]="Install32Exe"
|
||
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\zipinst.exe"
|
||
|
WINST_NAME[1]="Install32Chm"
|
||
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\zipinst.chm"
|
||
|
WINST_NAME[2]="Install32Txt"
|
||
|
WINST_VALUE[2]="@DL_EXTRACT_WINST_PATH[1]@\\zipinst.txt"
|
||
|
WINST_NAME[3]="Install32Lng"
|
||
|
WINST_VALUE[3]="@DL_EXTRACT_WINST_PATH[2]@\\zipinst_lng.ini"
|
||
|
|
||
|
WINST_NAME[4]="Install64Exe"
|
||
|
WINST_VALUE[4]="@DL_EXTRACT_WINST_PATH[1]@\\zipinst.exe"
|
||
|
WINST_NAME[5]="Install64Chm"
|
||
|
WINST_VALUE[5]="@DL_EXTRACT_WINST_PATH[1]@\\zipinst.chm"
|
||
|
WINST_NAME[6]="Install64Txt"
|
||
|
WINST_VALUE[6]="@DL_EXTRACT_WINST_PATH[1]@\\zipinst.txt"
|
||
|
WINST_NAME[7]="Install64Lng"
|
||
|
WINST_VALUE[7]="@DL_EXTRACT_WINST_PATH[2]@\\zipinst_lng.ini"
|
||
|
|
||
|
|
||
|
OPSI_INI_SECTION[0]="X86"
|
||
|
OPSI_INI_OPTION[0]="UninstallProg32"
|
||
|
OPSI_INI_VALUE[0]="zipinst.exe"
|
||
|
OPSI_INI_SECTION[1]="X86"
|
||
|
OPSI_INI_OPTION[1]="Uninstall2Prog32"
|
||
|
OPSI_INI_VALUE[1]="zipinst.chm"
|
||
|
OPSI_INI_SECTION[2]="X86"
|
||
|
OPSI_INI_OPTION[2]="Uninstall3Prog32"
|
||
|
OPSI_INI_VALUE[2]="zipinst.txt"
|
||
|
OPSI_INI_SECTION[3]="X86"
|
||
|
OPSI_INI_OPTION[3]="Uninstall4Prog32"
|
||
|
OPSI_INI_VALUE[3]="zipinst_lng.ini"
|
||
|
|
||
|
OPSI_INI_SECTION[4]="X86_64"
|
||
|
OPSI_INI_OPTION[4]="UninstallProg64"
|
||
|
OPSI_INI_VALUE[4]="zipinst.exe"
|
||
|
OPSI_INI_SECTION[5]="X86_64"
|
||
|
OPSI_INI_OPTION[5]="Uninstall2Prog64"
|
||
|
OPSI_INI_VALUE[5]="zipinst.chm"
|
||
|
OPSI_INI_SECTION[6]="X86_64"
|
||
|
OPSI_INI_OPTION[6]="Uninstall3Prog64"
|
||
|
OPSI_INI_VALUE[6]="zipinst.txt"
|
||
|
OPSI_INI_SECTION[7]="X86_64"
|
||
|
OPSI_INI_OPTION[7]="Uninstall4Prog64"
|
||
|
OPSI_INI_VALUE[7]="zipinst_lng.ini"
|
||
|
|