41 lines
1.4 KiB
INI
41 lines
1.4 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="softmaker.de"
|
|
PN="softmaker.office2010"
|
|
VERSION="2010"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="SoftMaker-Logo.png.png"
|
|
DL_SOURCE[0]="http://www.android-user.de/var/ezflow_site/storage/images/artikel/exklusiv-vorschau-auf-softmaker-office-fuer-android/softmaker-logo.png/25888-1-ger-DE/SoftMaker-Logo.png.png"
|
|
|
|
DL_FILE[1]="ofw2010.exe"
|
|
DL_SOURCE[1]="http://www.softmaker.net/down/2010/ofw2010.exe"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=InstallExe
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
#########################
|
|
# Setup required WINST variables
|
|
# which will be injected to the *.ins files (replaces token @@BUILDER_VARIABLES@@ )
|
|
#
|
|
# The following tokens inside the WINST_VALUE will be replaced dynamically
|
|
#
|
|
# if your package is not msi based then you can remove the msi part from *.ins files and drop this variables compleatly
|
|
# !!! These Variables are requred if you remove them in this cfg file you will get error's about not defined Variables !!!
|
|
#
|
|
#########################
|
|
# if the packaga just supports X86 OR X86_64 (setupXX.ins delsubXX.ins uninstallXX.ins) then you have to just specify one MsiId
|
|
|
|
WINST_NAME[0]="MsiId"
|
|
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
|
|