
Hello Anandu
When you create a configuration XML file using the Office Deployment Tool (ODT), it defines the specific components and settings for Office Pro Plus retail. The XML file specifies which products, languages, and features to include or exclude.
If Microsoft adds or deprecates an existing app from the source, it might affect your deployment in the following ways:
- Added apps: If a new app is added to the source, it will not be included in your existing deployment configuration unless you explicitly add it to your XML file. The new app will not be automatically installed, as the XML file only specifies the exact components and settings for the original configuration.
- Deprecated apps: If an app is deprecated, it will likely be removed from the source, which means it will not be installed as part of your deployment configuration. However, if you have already deployed the deprecated app in the past, it will remain installed on devices until you update your configuration XML file to exclude it or remove it manually.
In terms of automatic installation of new apps not explicitly excluded in the configuration XML, the answer is no. The ODT will only deploy the apps and features specified in your XML file. If a new app is added to the source, it will not be automatically installed unless you update your XML file to include it.
To ensure your deployment configuration remains up-to-date and relevant, consider periodically reviewing and updating your XML file to reflect changes to the source. This will help you take advantage of new features and apps while avoiding any potential issues with deprecated components.