From 53d03af43104cd1b127bc59eb7d5cc21e5a65f10 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 19 Sep 2019 14:19:16 +0200 Subject: [PATCH] ne need for old msiid declaration --- builder-product.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 5dbbed7..1e54aa8 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -36,8 +36,8 @@ DL_WINST_NAME[2]=Install64Exe # File array index for the image showing while installing the program ICON_DL_INDEX=0 -WINST_NAME[0]="InstallMsi" -WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\Google Earth.msi" +#WINST_NAME[0]="InstallMsi" +#WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\Google Earth.msi" OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" @@ -46,3 +46,6 @@ OPSI_INI_VALUE[0]="{9D524A1E-F2FC-444D-B12A-7592CEB56EB5}" OPSI_INI_SECTION[1]="X86_64" OPSI_INI_OPTION[1]="MsiId64" OPSI_INI_VALUE[1]="{70A0F34E-564B-4F93-ADD6-3BAEC6E44075}" + +# PS command to get msiid after one testinstall with the patch +# get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage