28 lines
634 B
INI
28 lines
634 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="microsoft.com"
|
||
|
PN="ppviewer"
|
||
|
VERSION="2010"
|
||
|
RELEASE="5"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
TYPE="restrict"
|
||
|
|
||
|
#####################
|
||
|
# File object array
|
||
|
#####################
|
||
|
|
||
|
FILE[0]="PowerPoint.png"
|
||
|
SOURCE[0]="http://microsoftfeed.com/wp-content/uploads/2010/05/PowerPoint.png"
|
||
|
|
||
|
FILE[1]="PowerPointViewer.exe"
|
||
|
SOURCE[1]="http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe"
|
||
|
ARCH[1]="X86"
|
||
|
WINST[1]="InstallExe"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_FILE_INDEX=0
|
||
|
|