Office 365 Click to Run

Being usually focussed on backend server issues, I don't usually get involved in Office 365 installs, however sometimes the requirement is there, so to get Office 365 click to installed - installed follow this:

First you need the click to install setup.exe which you can get from Microsoft Download Centre.

Once you have this install you need to craft the "config.xml" this is one you can use, however customise it for your individual needs.....

<Configuration>
 <Add SourcePath="C:\temp\Office365"
OfficeClientEdition="64" 
    Channel="Monthly">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
      <ExcludeApp ID="OneDrive" />
      <ExcludeApp ID="Groove" />
      <ExcludeApp ID="Bing" />
    </Product>
    </Add>
  <Updates Enabled="FALSE" />
  <Display Level="Full" AcceptEULA="TRUE" />
  <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
</Configuration>

Change the value is BOLD to a relevent path for your environment, once done save as "config.xml" - for more options see below:

If you require logging setup then set this:

 <Logging Name="Office365Setup.txt" Path="C:\Admin\Source\Office365" />

If you are using a Remote Desktop or Citrix envorinment then you will need this set and added:

  <Property Name="SharedComputerLicensing" Value="1" />

Once you have that save as config.xml, to install Office 365 run the commands as below:

"setup.exe" /download "config.xml" (you may need to use absolute paths here)

This will download the setup files to the path specified in the path location in your config.xml

Then to install Office 365 run this:

"setup.exe" /configure "config.xml"  (you may need to use absolute paths here)


Previous Post Next Post

نموذج الاتصال