Deploying Office 365 ProPlus using office deployment tool

Thanks for the guides i already tried those guide. Also i already edit my post. Please read again. Just want to know if it's correct and how should i know that the client machine is getting the installation of office 365 from their site DP and in xml file is it recommended to have source path or not? Because i have 10 DP.

Thanks!

July 29th, 2015 4:11am

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).


You can check for the setup logfiles, to see what the setup engine is doing.

Check in %TEMP%, or, %WINDIR%\TEMP
Look for files created at the time if installation attempt, should be named: COMPUTERNAME-YYYYMMDD-HHMM.LOG

Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 5:30am

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!


  • Edited by rsadim 23 hours 54 minutes ago
July 29th, 2015 7:17am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics