59 lines
1.8 KiB
INI
59 lines
1.8 KiB
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="code.google.com"
|
|
PN="googlecode.tortoisegit"
|
|
NAME="TortoiseGit"
|
|
DESCRIPTION="The coolest Interface to Git Version Control"
|
|
VERSION="1.8.5.0"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="Tortoisegit-logo.png"
|
|
DL_SOURCE[0]="http://upload.wikimedia.org/wikipedia/commons/b/b3/Tortoisegit-logo.png"
|
|
|
|
DL_FILE[1]="TortoiseGit-${VERSION}-32bit.msi"
|
|
DL_SOURCE[1]="http://tortoisegit.googlecode.com/files/TortoiseGit-${VERSION}-32bit.msi"
|
|
DL_ARCH[1]="X86"
|
|
DL_WINST_NAME[1]=Install32Msi
|
|
|
|
DL_FILE[2]="TortoiseGit-${VERSION}-64bit.msi"
|
|
DL_SOURCE[2]="http://tortoisegit.googlecode.com/files/TortoiseGit-${VERSION}-64bit.msi"
|
|
DL_ARCH[2]="X86_64"
|
|
DL_WINST_NAME[2]=Install64Msi
|
|
|
|
DL_FILE[3]="TortoiseGit-LanguagePack-${VERSION}-32bit-de.msi"
|
|
DL_SOURCE[3]="http://tortoisegit.googlecode.com/files/TortoiseGit-LanguagePack-${VERSION}-32bit-de.msi"
|
|
DL_ARCH[3]="X86"
|
|
DL_WINST_NAME[3]=InstallLangDe32Msi
|
|
|
|
DL_FILE[4]="TortoiseGit-LanguagePack-${VERSION}-64bit-de.msi"
|
|
DL_SOURCE[4]="http://tortoisegit.googlecode.com/files/TortoiseGit-LanguagePack-${VERSION}-64bit-de.msi"
|
|
DL_ARCH[4]="X86_64"
|
|
DL_WINST_NAME[4]=InstallLangDe64Msi
|
|
|
|
# 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]="{965ACB75-005E-4C5B-BCD0-90B39F5E3EAD}"
|
|
|
|
OPSI_INI_SECTION[1]="X86_64"
|
|
OPSI_INI_OPTION[1]="MsiId64"
|
|
OPSI_INI_VALUE[1]="{B00ED640-FA16-4EA9-9326-E0947E475D85}"
|
|
|
|
OPSI_INI_SECTION[2]="X86"
|
|
OPSI_INI_OPTION[2]="MsiIdLangDe32"
|
|
OPSI_INI_VALUE[2]="{61CF2AB4-2DA4-4A8A-9945-A8BFAB7F4286}"
|
|
|
|
OPSI_INI_SECTION[3]="X86_64"
|
|
OPSI_INI_OPTION[3]="MsiIdLangDe64"
|
|
OPSI_INI_VALUE[3]="{F0C0CF53-61F7-474B-ABBB-986443D73329}"
|
|
|