Office 365 (13) automatische installation

Antworten
Gpa
Beiträge: 1
Registriert: 26 Jun 2014, 11:47

Office 365 (13) automatische installation

Beitrag von Gpa »

Hallo zusammen,
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

Zum deployen wird das offiziele Deploy Tool von Microsoft verwendet:

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ß
Benutzeravatar
Thomas_H
Beiträge: 525
Registriert: 09 Jun 2010, 11:57
Wohnort: Havelland

Re: Office 365 (13) automatische installation

Beitrag von Thomas_H »

Moinsens...

hast schon mal den debug-Modus ausprobiert und bist mal Schritt-für Schritt durch das Installationsscript gegangen?
Und was sagen die Logfiles?
Und was steht in der XML-Datei?


Gruß

Thomas_H
Kennst Du schon die WIKI für OPSI-Scripte? Fertige Installationsscripte bekommen und ablegen unter OPSI-Wiki
Aus dem Glashaus :) : UIB bietet auch Schulungen und Supportverträge für Opsi an.
Bild
Antworten