From d50357b98e7a6bee28b0370ed9a39612d1f4da12 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 7 Mar 2013 22:47:05 +0100 Subject: [PATCH] update to new opsi builder --- builder-product.cfg | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 1602ad4..fceee88 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -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}"