34 lines
925 B
Bash
34 lines
925 B
Bash
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="softmaker.de"
|
||
|
PN="tmviewer"
|
||
|
VERSION="2010"
|
||
|
RELEASE="10"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
TYPE="restrict"
|
||
|
|
||
|
#####################
|
||
|
# File object array
|
||
|
#####################
|
||
|
|
||
|
FILE[0]="SoftMaker-Logo.png_medium.png"
|
||
|
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_medium.png"
|
||
|
|
||
|
FILE[1]="TextMakerViewer2010.msi"
|
||
|
SOURCE[1]="http://internal.graz.disconnected-by-peer.at/Orig/SoftMaker/Viewer/HB/2010/TextMakerViewer2010.msi"
|
||
|
ARCH[1]="X86"
|
||
|
WINST[1]="InstallMsi"
|
||
|
|
||
|
# Download direct the executable
|
||
|
#FILE[1]="TMViewerSetup.exe"
|
||
|
#SOURCE[1]="http://www.softmaker.net/down/TMViewerSetup.exe"
|
||
|
#ARCH[1]="X86"
|
||
|
#WINST[1]="InstallExe"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_FILE_INDEX=0
|
||
|
|