only install german and english ui

This commit is contained in:
Mario Fetka 2013-04-07 12:37:44 +02:00
parent 14fb8fb97f
commit 215c1e24c5
1 changed files with 2 additions and 2 deletions

View File

@ -78,10 +78,10 @@ else
endif
[Winbatch_install]
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress INSTALLLOCATION=$InstallDir$ ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=0 CREATEDESKTOPLINK=0
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress INSTALLLOCATION=$InstallDir$ ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=0 CREATEDESKTOPLINK=0 UI_LANGS=en_US,de
[Winbatch_install_help_de]
msiexec /i "$InstallHelpDeMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress INSTALLLOCATION=$InstallDir$ ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=0 CREATEDESKTOPLINK=0
msiexec /i "$InstallHelpDeMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress INSTALLLOCATION=$InstallDir$ ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=0 CREATEDESKTOPLINK=0 UI_LANGS=en_US,de
[Files_install]
; copy the ini file to the InstallDir