41 lines
1.2 KiB
INI
41 lines
1.2 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="autoitscript.com"
|
|
PN="autoit.editor"
|
|
NAME="AutoIT Script Editor"
|
|
DESCRIPTION="SciTE4AutoIt3 contains SciTE, AutoIt3Wrapper, SciTEConfig, Tidy, Obfuscator etc to enhanced SciTE for use with AutoIt3."
|
|
VERSION="2019.01.02"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="autoit116.png"
|
|
DL_SOURCE[0]="http://it-runde.de/dateien/2009/11/autoit116.png"
|
|
|
|
DL_FILE[1]="SciTE4AutoIt3-${VERSION}.exe"
|
|
DL_SOURCE[1]="http://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.exe"
|
|
DL_ARCH[1]="ALL"
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
DL_FILE[2]="SciTE4AutoIt3-${VERSION}.exe"
|
|
DL_SOURCE[2]="http://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.exe"
|
|
DL_ARCH[2]="ALL"
|
|
DL_WINST_NAME[2]=Install64Exe
|
|
|
|
# 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]="uninst.exe"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
|
OPSI_INI_VALUE[1]="uninst.exe"
|
|
|