Installationstyp | Beispiel für ein Befehlszeilen-Dienstprogramm |
Installation mithilfe von Umwandlungsdateien | msiexec /i "IBM Notes 9.0 Social Edition.msi" TRANSFORMS="custom.mst" |
Automatische Installation mithilfe von Umwandlungsdateien | msiexec /i "IBM Notes 9.0 Social Edition.msi" /qn TRANSFORMS="custom.mst" |
Automatische Installation mit Eingabeaufforderung bei Fehlschlag/Erfolg | msiexec /i "IBM Notes 9.0 Social Edition.msi" /qn+ |
Automatische Installation | setup.exe /s /v"/qn" |
Ausführliche Protokollierung | setup.exe /v"/L*v c:\temp\install.log |