Microsoft User Experience Virtualization (UE-V) deployments are frequently called upon to replicate MAPI profiles for Outlook and other messaging clients between computers. UE-V replicates user registry settings through a merge operation (instead of overwriting a key), and a corrupted MAPI profile may be generated on one or both computers if settings are not consistent between clients. Therefore, neither capturing the whole HKEY_CURRENT_USER\Software\Microsoft\Office registry key recursively nor specifying the HKEY_CURRENT_USER\Software\Microsoft\Office\<VERSION>\Outlook\Profiles registry key in a settings location template is supported. For example, the following values wouldnot be supported:
- <Path recursive="true">Software\Microsoft\Office\12.0</Path>
- <Path recursive="true">Software\Microsoft\Office\12.0\Outlook\Profiles</Path>
- <Path recursive="true">Software\Microsoft\Office\14.0\Outlook</Path>
- <Path recursive="true">Software\Microsoft\Office\15.0\Outlook</Path>