Adding registry branch to an xml file for migration to Win7 with USMT

E

Edy Werder

Guest
Dear All ,
I would like to migrate the registry branch of Olympus DSplayer Pro to Windows 7. I tried this codes in a include xml file, but it doesn't work. I would like that USMT migrates all key under the branch Transcription module.
Could you please amend the code for me?
Thanks,
Edy
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/test">
<component type="Application" context="System">
<displayName>Component to migrate only registry value string</displayName>
<role role="Settings">
<rules>
<include>
<objectSet>
<pattern type="Registry">HKCU\Software\Olympus\DSSPlayerPro\Transcription Module [Persistent]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
</migration>

Continue reading...
 
Back
Top