hat jemand schon Office 365 paketiert?
Ich bin gerade dabei und habe so meine Schwierigkeiten.
Sobald man die Setup Datei ausführt, startet ein Download und die Installation erfolgt automatisch ohne irgendwelche Einstellungsmöglichkeiten.
In anderen Foren habe ich gelesen, dass es ein Office Deployment Tool gibt, diesen kann man mit den Parameter:
Setup.exe /download configuration.xml starten und es werden die Offline-Dateien für die Installation heruntergeladen.
Das XML-File sieht wie folgt aus:
Code: Select all
<Configuration>
<Add SourcePath="C:\o365" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="de-de" />
</Product>
</Add>
<Updates Enabled="TRUE" UpdatePath="c:\o365" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Path="c:\o365" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>So weit würde auch alles funktionieren.
Jetzt habe ich die XML so abgeändert, dass statt c:\o365, das lokale Empirum-Verzeichnis angegeben ist:
Code: Select all
<Configuration>
<Add SourcePath="C:\Windows\EmpirumAgent\Packages\Microsoft Corporation\Microsoft Office 365 PRO\15.0.4745.1002\O365" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<ExcludeApp ID="Access" />
<Language ID="de-de" />
<Language ID="en-us" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Logging Path="C:\Windows\EmpirumAgent\Packages\Microsoft Corporation\Microsoft Office 365 PRO\15.0.4745.1002\O365" />
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>In der Setup.inf sieht der Aufruf so aus: Call "%Src%\setup.exe" /configure configuration.xml
Hat jemand damit schon Erfahrungen machen können?
Vielen Dank schon mal für eure Hilfe
Shanti
