47 lines
1.5 KiB
INI
47 lines
1.5 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="inkscape.org"
|
|
PN="inkscape.inkscape"
|
|
NAME="Inkscape"
|
|
DESCRIPTION="Inkscape ist ein Open-Source-Vektorgrafikeditor, dessen Faehigkeiten mit denen von Illustrator, Freehand, CorelDraw oder Xara X vergleichbar sind."
|
|
VERSION="0.92.2"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="inkscape.png"
|
|
DL_SOURCE[0]="http://animateyourhtml5.appspot.com/prescommon/images/inkscape.png"
|
|
|
|
DL_FILE[1]="Inkscape-${VERSION}-x86.msi"
|
|
#DL_SOURCE[1]="https://media.inkscape.org/dl/resources/file/Inkscape-${VERSION}.msi"
|
|
DL_SOURCE[1]="https://inkscape.org/en/gallery/item/11266/inkscape-0.92.2-x86.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
DL_FILE[2]="Inkscape-${VERSION}-x64.msi"
|
|
#DL_SOURCE[2]="https://media.inkscape.org/dl/resources/file/Inkscape-${VERSION}-x64.msi"
|
|
DL_SOURCE[2]="https://inkscape.org/en/gallery/item/11263/inkscape-0.92.2-x64.msi"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINST_NAME[2]=Install64Msi
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
OPSI_INI_SECTION[0]="X86"
|
|
OPSI_INI_OPTION[0]="MsiId32"
|
|
OPSI_INI_VALUE[0]="{81922150-317E-4BB0-A31D-FF1C14F707C5}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{81922150-317E-4BB0-A31D-FF1C14F707C5}"
|
|
|
|
#OPSI_INI_SECTION[2]="X86"
|
|
#OPSI_INI_OPTION[2]="UninstallProg"
|
|
#OPSI_INI_VALUE[2]="Uninstall.exe"
|
|
|