correct msiids and typos

This commit is contained in:
Mario Fetka 2012-05-13 12:43:37 +02:00
parent 3693f6b43c
commit b13a56f466
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
[X86] [X86]
MsiId32={23170F69-40C1-2701-0920-000001000000} MsiId32={23170F69-40C1-2701-0922-000001000000}
[X86_64] [X86_64]
MsiId64={XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} MsiId64={23170F69-40C1-2702-0922-000001000000}
[COMMON] [COMMON]
PN=7zip.7zip PN=7zip.7zip
VERSION=9.20 VERSION=9.22

View File

@ -24,14 +24,14 @@ DL_WINST_NAME[1]=Install32Msi
DL_FILE[2]="7z922-x64.msi" DL_FILE[2]="7z922-x64.msi"
DL_SOURCE[2]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922-x64.msi" DL_SOURCE[2]="http://sourceforge.net/projects/sevenzip/files/7-Zip/9.22/7z922-x64.msi"
DL_ARCH[2]="X86_64" DL_ARCH[2]="X86_64"
DL_WINS_NAMET[2]=Install64Msi DL_WINST_NAME[2]=Install64Msi
# File array index for the image showing while installing the program # File array index for the image showing while installing the program
ICON_DL_INDEX=0 ICON_DL_INDEX=0
WINST_NAME[0]="MsiId32" WINST_NAME[0]="MsiId32"
WINST_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" WINST_VALUE[0]="{23170F69-40C1-2701-0922-000001000000}"
WINST_NAME[1]="MsiId64" WINST_NAME[1]="MsiId64"
WINST_VALUE[1]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" WINST_VALUE[1]="{23170F69-40C1-2702-0922-000001000000}"