Hallo Zusammen
Ich komme mit der MSI installation in zusammenhang mit der MST Datei nicht weiter.
Wenn ich die MSI direkt starte, startet der Installer. Wenn ich die MSI über einen Batch starte, bricht die Installation ab.
Hat jemand eine Idee weshalb es nicht weiter geht?
Start-Batch:
set instcmdpath=%~dp0
set msilogfile=c:\windows\temp\installation_lotusnotes_801_mui_msi.txt
set logfile=c:\windows\temp\installation_lotusnotes_801_mui.txt
set setup=%instcmdpath%Client_EN\Lotus Notes 8.0.1.msi
set mst=%instcmdpath%Client_EN\Lotus Notes 8.0.1.mst
REM Start Notes Client installation
start "" /wait c:\windows\system32\msiexec.exe /i "%setup%" TRANSFORMS="%mst%" /l* %msilogfile% /qb
Im Anhang das generierte Logfile!
Danke für eure Hilfe.
lg
Yves Menge