From 22845a46698a11fb8fa2a12fe6aa54c15726b3da Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 7 Mar 2013 21:38:01 +0100 Subject: [PATCH] now with new ini writer support --- builder-product.cfg | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 43306f2..0da2f57 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -29,13 +29,10 @@ DL_WINST_NAME[2]=Install64Exe # File array index for the image showing while installing the program ICON_DL_INDEX=0 -#OPSI_SECTION[1]="Package" -#OPSI_NAME[1]="MsiId" -#OPSI_ARCH[1]="X86" -#OPSI_VALUE[1]="{FFB6614F-6E61-4831-BF71-51633A718B18}" +OPSI_INI_SECTION[0]="X86" +OPSI_INI_NAME[0]="MsiId32" +OPSI_INI_VALUE[0]="{7B0BEA94-65C0-4A12-A702-6AC18B95A067}" -WINST_NAME[0]="MsiId32" -WINST_VALUE[0]="{7B0BEA94-65C0-4A12-A702-6AC18B95A067}" - -WINST_NAME[1]="MsiId64" -WINST_VALUE[1]="{0BE7C451-4741-4154-9633-830019ACFD39}" +OPSI_INI_SECTION[1]="X86_64" +OPSI_INI_NAME[1]="MsiId64" +OPSI_INI_VALUE[1]="{0BE7C451-4741-4154-9633-830019ACFD39}"