From 3b820318e92fd3a1e294bc050ad899d732485239 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 1 Nov 2015 09:13:18 +0100 Subject: [PATCH] Correct MsiID --- builder-product.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/builder-product.cfg b/builder-product.cfg index eb96c96..eb61395 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -49,5 +49,10 @@ WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\AcroRdrDCUpd${DVERSION//./}.msp" OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId" -OPSI_INI_VALUE[0]="{AC76BA86-7AD7-1031-7B44-AC0F074E4100}" +OPSI_INI_VALUE[0]="{AC76BA86-7AD7-1031-7B44-AC0F074E4100} + +# PS command to get msiid after one testinstall with the patch +# get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage + +"