ich habe ein Winst Skript geschrieben um Office 13(365) automatisch zu verteilen. Das Skript habe ich im Winst getestet und die Installation hat auch wunderbar funktioniert. Wird die Installation direkt über opsi gestartet, dann wartet anscheinend opsi nicht auf die Beendigung des Prozesses und Office wird nicht installiert. In der Log wird jedoch die Installation als success deklariert. Ich habe schon versucht das Kommando /WaitForProcessEnding zu verwenden jedoch reagiert darauf opsi auch nicht.
Anbei das Skript:
Code: Alles auswählen
[Actions]
;Text shown during installation
Message "Installiert Office 365 Pro Plus"
;Sets the LogLevel
;Allowed LogLevels are:
;0 = nothing (absolute nothing)
;1 = essential ("essential information")
;2 = critical (unexpected errors that my cause a program abort)
;3 = error (Errors that don't will abort the running program)
;4 = warning (you should have a look at this)
;5 = notice (Important statements to the program flow)
;6 = info (Additional Infos)
;7 = debug (important debug messages)
;8 = debug2 (a lot more debug informations and data)
;9 = confidential (passwords and other security relevant data)
SetLogLevel=8
winbatch_install /WaitForProcessEnding 'setup.exe'
[winbatch_install]
%scriptpath%\setup.exe /configure %scriptpath%\configuration.xml
http://technet.microsoft.com/en-us/libr ... 15%29.aspx
Konnte hier schon jemand Office 13 in einer 365 Umgebung mit Opsi erfolgreich installieren?
Danke und Gruß