Freshness 04-12-2023 6

This commit is contained in:
Frank Rojas
2023-12-05 17:04:01 -05:00
parent f9c4e06677
commit 28b36af35b
8 changed files with 73 additions and 55 deletions

View File

@ -5,7 +5,7 @@ manager: aaroncz
ms.author: frankroj
ms.prod: windows-client
author: frankroj
ms.date: 12/05/2023
ms.date: 12/06/2023
ms.topic: article
ms.technology: itpro-deploy
---
@ -132,7 +132,8 @@ Your script should do the following actions:
- If the versions of the applications are the same on both the source and destination computers, migrate each setting using the **<include>** and **<exclude>** elements.
- If the version of the application on the destination computer is newer than the one on the source computer, and the application can't import the settings, your script should either:
1. Add the set of files that trigger the import using the **<addObjects>** element
1. Add the set of files that trigger the import using the **<addObjects>** element.
2. Create a mapping that applies the old settings to the correct location on the destination computer using the **<locationModify>** element, and the `RelativeMove` and `ExactMove` helper functions.
- If you must install the application before migrating the settings, delete any settings that are already on the destination computer using the **<destinationCleanup>** element.
@ -153,7 +154,7 @@ For more information, see the [Exclude files and settings](usmt-exclude-files-an
## Related articles
- [USMT XML reference](usmt-xml-reference.md)
- [Conflicts and precedence](usmt-conflicts-and-precedence.md)
- [XML elements library](usmt-xml-elements-library.md)
- [Log files](usmt-log-files.md)
- [USMT XML reference](usmt-xml-reference.md).
- [Conflicts and precedence](usmt-conflicts-and-precedence.md).
- [XML elements library](usmt-xml-elements-library.md).
- [Log files](usmt-log-files.md).