packaging Office 365 Pro PLus

Copper Contributor

Hi,

 

I am preparing Office 365 Pro Plus

1. I am able to remove my software except Onedrive for business

<Configuration>
<Remove All="FALSE">
<Product ID="O365ProPlusRetail" >
<ExcludeApp ID="Excel" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="PowerPoint" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Word" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
</Product>
</Remove>
<Property Name="ForceAppShutdown" Value="True" />
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Level="Standard" Path="C:\Program Files\Organisation\InstTrousses\Journaux" />
</Configuration>

 

2. What is the correct procedure to uninstall Access runtime 2016? I found no commandline of parameters to put in a XML.

 

3. Once I ran the uninstall, how removing 

Office 16 Click-to-Run Extensibility Component

Office 16 Click-to-Run Licensing Component    

Office 16 Click-to-Run Localization Component 

 

Thanks,

1 Reply

@Siocnarf 

 

I would suggest following the Configuration options for the XML here: https://docs.microsoft.com/en-us/deployoffice/configuration-options-for-the-office-2016-deployment-t...

 

Here is a snippet:

Remove element

Defines which products and languages to remove from a previous installation of Office 365 ProPlus. To remove an installed language, you must provide both the product and the language, as in the example.

For more information, see Overview of the Office Deployment Tool.

Example

XML
<Remove All="FALSE">
  <Product ID="O365ProPlusRetail" >
    <Language ID="es-es" />
  </Product>
</Remove>

All attribute (part of Remove element)

If set to TRUE, all Office 365 ProPlus products and languages will be removed.

Optional. The default value is FALSE.

Allowed values:

  • All="FALSE"
  • All="TRUE"

 

If you're only wanting OneDrive.exe then use the stand alone installer: https://go.microsoft.com/fwlink/p/?LinkId=248256 

 

In closing, when building your XML's for Office 365 ProPlus always use https://config.office.com/