ne need for old msiid declaration

This commit is contained in:
Mario Fetka 2019-09-19 14:19:16 +02:00
parent de082d43f3
commit 53d03af431
1 changed files with 5 additions and 2 deletions

View File

@ -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