now with new ini writer support

This commit is contained in:
Mario Fetka 2013-03-07 21:38:01 +01:00
parent 4e57660f52
commit 22845a4669
1 changed files with 6 additions and 9 deletions

View File

@ -29,13 +29,10 @@ DL_WINST_NAME[2]=Install64Exe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
#OPSI_SECTION[1]="Package"
#OPSI_NAME[1]="MsiId"
#OPSI_ARCH[1]="X86"
#OPSI_VALUE[1]="{FFB6614F-6E61-4831-BF71-51633A718B18}"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_NAME[0]="MsiId32"
OPSI_INI_VALUE[0]="{7B0BEA94-65C0-4A12-A702-6AC18B95A067}"
WINST_NAME[0]="MsiId32"
WINST_VALUE[0]="{7B0BEA94-65C0-4A12-A702-6AC18B95A067}"
WINST_NAME[1]="MsiId64"
WINST_VALUE[1]="{0BE7C451-4741-4154-9633-830019ACFD39}"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_NAME[1]="MsiId64"
OPSI_INI_VALUE[1]="{0BE7C451-4741-4154-9633-830019ACFD39}"