Hi,Sam
I am trying migrate regedit key value,but not to work.Can you give me some templates for migrate regedit key value,I would be most grateful.
thanks.
<?xml version=”1.0″ encoding=”UTF-8″?>
<migration urlid=”http://www.microsoft.com/migration/1.0/migxmlext/internet options”>
<library prefix=”MigSysHelper”>MigSys.dll</library>
<_locDefinition>
<_locDefault _loc=”locNone”/>
<_locTag _loc=”locData”>displayName</_locTag>
</_locDefinition>
<!– Internet Options –>
<component type=”Application” context=”UserAndSystem”>
<displayName>Internet Explorer Settings</displayName>
<role role=”Settings”>
<rules context=”User”>
<include>
<objectSet>
<pattern type=”Registry”>HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main [Search Page]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
</migration>