Hi guys, just want to ask if you could help me how can i create the right application package for deploying office 365 proplus?
We are using online installation (Office Deployment Tool).
There is already a existing application package for deploying office 365.
I have .xml and setup.exe and the data from click to run deployment tool.
Content location: \\sccm\office15\
Installation program: setup.exe /configure .\KOFPHconfig.xml
Here is my xml path: (KOFPHconfig.xml)
<Configuration> <Add SourcePath="\\SCCM\Office15\" OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Publisher" />
</Product> </Add>
<Updates Enabled="TRUE" UpdatePath="\\SCCM\Office15\" /> <Display Level="None" AcceptEULA="TRUE" />
<Logging Path="\\SCCM\Office15\Logs" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
Example we have like 10 DP and each DP has like 100 users and deployed the office 365 to users in 10 DP.
How should i know that the client machine is getting the installation of office 365 from their site DP? Are my settings and xml file correct?
Now i have created a new application package for deploying office.
We are using online installation (Office Deployment Tool).
I have .xml and setup.exe and the data from click to run deployment tool.
Content location: \\sccm\office15
Installation program: setup.exe /configure .\KOFPHconfig.xml
Here is my xml file: (KOFPHconfig.xml) without source path
<Configuration>
<Add OfficeClientEdition="32" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Publisher" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Name="OfficeSetup.txt" Path="%temp%" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
After creating the app package i distribute it to two DP the primary and the site DP. I tried manual installation using cmd with path start \\sccm\office15\setup.exe /configure .\KOFPHconfig.xml but i get an error code: 0-1008 (0) Says: Is your internet connection working? (YES) Do you have enough space on your main hard drive? (YES).
Any advice help in deploying office 365 pro plus?
Thank You!