correct install id and set Languageid hardcoced

This commit is contained in:
Mario Fetka 2013-09-07 18:12:54 +02:00
parent f8efa19601
commit c72f46216f
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ else
endif
[Winbatch_install]
"$Install80Exe$" /sPB /sl "$LanguageId$" /msi EULA_ACCEPT=YES ISX_SERIALNUMBER="$Licensekey$" USERNAME="%PCName%" COMPANYNAME="%IPName%" INSTALLDIR="$InstallDir$" ALLUSERS=1 REBOOT=ReallySuppress
"$Install80Exe$" /rs /sPB /l /sl "1031" /msi EULA_ACCEPT=YES ISX_SERIALNUMBER="$Licensekey$" USERNAME="%PCName%" COMPANYNAME="%IPName%" INSTALLDIR="$InstallDir$" ALLUSERS=1
[Files_install]
; copy the ini file to the InstallDir

View File

@ -122,7 +122,7 @@ WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[2]@\\Setup.exe"
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId"
OPSI_INI_VALUE[0]="{AC76BA86-1033-F400-7760-100000000003}"
OPSI_INI_VALUE[0]="{AC76BA86-1033-F400-7760-000000000003}"
OPSI_INI_SECTION[1]="Product"
OPSI_INI_OPTION[1]="PATCH"