35 lines
1.0 KiB
INI
35 lines
1.0 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="freecommander.com"
|
|
PN="freecommander.freecommanderxe"
|
|
NAME="FreeCommander XE"
|
|
DESCRIPTION="FreeCommander XE is an easy-to-use alternative to the standard windows file manager."
|
|
VERSION="0.0.0.621"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="FreeCommander-logo.jpg"
|
|
DL_SOURCE[0]="http://cdn.appstorm.net/windows.appstorm.net/files/2011/11/FreeCommander-logo.jpg"
|
|
|
|
DL_FILE[1]="FreeCommanderXE_setup-${VERSION}.zip"
|
|
DL_SOURCE[1]="http://www.freecommander.com/FreeCommanderXE_setup.zip"
|
|
DL_ARCH[1]="X86"
|
|
DL_EXTRACT_FORMAT[1]="unzip"
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
WINST_NAME[0]="InstallExe"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\FreeCommanderXE_setup.exe"
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="UninstallProg"
|
|
OPSI_INI_VALUE[0]="unins000.exe"
|