49 lines
1.5 KiB
INI
49 lines
1.5 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="nyam.pe.kr"
|
|
PN="nyame.imagine"
|
|
NAME="Imagine"
|
|
DESCRIPTION="Imagine is an image and animation viewer developed by Chun Sejin for Microsoft Windows, capable of viewing numerous image formats."
|
|
VERSION="1.0.9"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
|
|
DL_FILE[0]="imagine-10-100x100-80x80.png"
|
|
DL_SOURCE[0]="http://screenshots.en.sftcdn.net/en/scrn/324000/324111/imagine-10-100x100-80x80.png"
|
|
|
|
DL_FILE[1]="Imagine_1.0.9_Unicode.exe"
|
|
DL_SOURCE[1]="http://www.downloadbestsoft.com/download/Imagine_1.0.9_Unicode.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Exe
|
|
|
|
DL_FILE[2]="Imagine_1.0.9_x64_Unicode.exe"
|
|
DL_SOURCE[2]="http://www.downloadbestsoft.com/download/Imagine_1.0.9_x64_Unicode.exe"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINST_NAME[2]=Install64Exe
|
|
|
|
#DL_FILE[3]="AiO-Runtimes-x86-v1.7.1.7z"
|
|
#DL_SOURCE[3]="http://ftp.computerbase.de/dl-758/weJMhoTGCTbFI5mzRnMlAg/1327825564/AiO-Runtimes-x86-v1.7.1.7z"
|
|
#DL_ARCH[3]="X86"
|
|
#DL_DOWNLOADER[3]="wget"
|
|
#DL_EXTRACT_FORMAT[3]="unzip"
|
|
#DL_EXTRACT_TO[3]="office"
|
|
|
|
# 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]="Uninstall.exe"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
|
OPSI_INI_VALUE[1]="Uninstall.exe"
|
|
|