33 lines
870 B
INI
33 lines
870 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="google.com"
|
||
|
PN="google.earth"
|
||
|
VERSION="6.2.2.6613"
|
||
|
RELEASE="3"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
# TYPE - defines, if the install files are public or restricted.
|
||
|
# Valid value: restricted | public
|
||
|
TYPE="public"
|
||
|
|
||
|
|
||
|
DL_FILE[0]="GoogleEarth_logo-300x300.png"
|
||
|
DL_SOURCE[0]="http://blogs.skokielibrary.info/radar/files/2012/02/GoogleEarth_logo-300x300.png"
|
||
|
|
||
|
DL_FILE[1]="GoogleEarthWin-${VERSION}.exe"
|
||
|
DL_SOURCE[1]="http://dl.google.com/earth/client/advanced/current/GoogleEarthWin.exe"
|
||
|
DL_ARCH[1]="X86"
|
||
|
DL_EXTRACT_FORMAT[1]="7zip"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_DL_INDEX=0
|
||
|
|
||
|
WINST_NAME[0]="MsiId"
|
||
|
WINST_VALUE[0]="{28E82311-8616-11E1-BEB0-B8AC6F97B88E}"
|
||
|
|
||
|
WINST_NAME[1]="InstallMsi"
|
||
|
WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\Google Earth.msi"
|
||
|
|