Beim Versuch, die Installation von NewForma zu automatisieren, stand ich vor einem wirklich seltsamen Problem.
Unten ist die Zeile, die ich in einer Bat-Datei verwende:
"\\bdc\deployment$\NewForma\NewformaProjectCenterOffice64Setup.exe" /s /v"/qn /log \\bdc\deployment$\NewForma\IT tool\log.log" /v"/qn NPCS_LOCATION=ABC-NFM"
Es funktioniert einwandfrei, es wird jedoch keine Protokolldatei erstellt.
Ich habe mich gefragt, ob es ein Problem mit der Syntax ist.
Jede Hilfe wird sehr geschätzt.
Antwort1
Ich habe es herausgefunden!
"\\bdc\deployment$\NewForma\NewformaProjectCenterOffice64Setup.exe" /s /v"/log "\\bdc\deployment$\NewForma\IT tool\log.log" /qn NPCS_LOCATION=ABC-NFM"
durch die Kombination des Log-Schalters und des Eintrags für das Setup ist es möglich!
Danke für all deine Hilfe!