<?xml version="1.0" encoding="UTF-8"?>
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/migapp">

  <!-- This component migrates application settings in user context -->
  <component type="Application" context="User">
    <displayName>MigAppUser</displayName>
    <role role="Settings">
      <rules>
        <include>
          <objectSet>
            <pattern type="Registry">HKCU\Software\Microsoft\Office\*</pattern> <!-- Office Preferences -->
            <pattern type="Registry">HKCU\Software\Adobe\*</pattern> <!-- Adobe Preferences -->
            <pattern type="Registry">HKCU\Software\Google\Chrome\*</pattern> <!-- Chrome Preferences -->
            <pattern type="Registry">HKCU\Software\Mozilla\Firefox\*</pattern> <!-- Firefox Preferences -->
          </objectSet>
        </include>
      </rules>
    </role>
  </component>

  <!-- This component migrates application settings in system context -->
  <component type="Application" context="System">
    <displayName>MigAppSystem</displayName>
    <role role="Settings">
      <rules>
        <include>
          <objectSet>
            <pattern type="Registry">HKLM\Software\Microsoft\Office\*</pattern> <!-- Office Preferences -->
            <pattern type="Registry">HKLM\Software\Adobe\*</pattern> <!-- Adobe Preferences -->
            <pattern type="Registry">HKLM\Software\Google\Chrome\*</pattern> <!-- Chrome Preferences -->
            <pattern type="Registry">HKLM\Software\Mozilla\Firefox\*</pattern> <!-- Firefox Preferences -->
          </objectSet>
        </include>
      </rules>
    </role>
  </component>

</migration>