update to new opsi builder

This commit is contained in:
Mario Fetka 2013-03-07 22:47:05 +01:00
parent 4a26a28160
commit d50357b98e
1 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,8 @@
############################
VENDOR="7-zip.org"
PN="7zip.7zip"
NAME="7-Zip"
DESCRIPTION="7-Zip is a file archiver with a high compression ratio."
VERSION="9.30"
RELEASE="2"
PRIORITY="0"
@ -29,9 +31,11 @@ DL_WINST_NAME[2]=Install64Msi
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
WINST_NAME[0]="MsiId32"
WINST_VALUE[0]="{23170F69-40C1-2701-0928-000001000000}"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_NAME[0]="MsiId32"
OPSI_INI_VALUE[0]="{23170F69-40C1-2701-0928-000001000000}"
WINST_NAME[1]="MsiId64"
WINST_VALUE[1]="{23170F69-40C1-2702-0928-000001000000}"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_NAME[1]="MsiId64"
OPSI_INI_VALUE[1]="{23170F69-40C1-2702-0928-000001000000}"