From bd02244808258b105d94650bba40349cabf9c4cb Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 27 Aug 2016 11:26:31 +0200 Subject: [PATCH] correct ini file creation --- builder-product.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 73229d7..1f30602 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -34,7 +34,7 @@ OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{224B61E6-7E54-3DBA-872B-CCE85072D44D}" -OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId64" -OPSI_INI_VALUE[0]="{224B61E6-7E54-3DBA-872B-CCE85072D44D}" +OPSI_INI_SECTION[1]="X86_64" +OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_VALUE[1]="{224B61E6-7E54-3DBA-872B-CCE85072D44D}"