From b2b6c321a014a3571552ec811c98aeda006b8264 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 27 Aug 2016 21:59:10 +0200 Subject: [PATCH] correct winst vars --- builder-product.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index dcdf87f..f5f46bc 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -35,7 +35,7 @@ OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="UninstallProg32" OPSI_INI_VALUE[0]="unins000.exe" -OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="UninstallProg64" -OPSI_INI_VALUE[0]="unins000.exe" +OPSI_INI_SECTION[1]="X86_64" +OPSI_INI_OPTION[1]="UninstallProg64" +OPSI_INI_VALUE[1]="unins000.exe"