Migration is from Windows XP to Windows 7.
This XML copies content from:
C:\Documents and Settings\%users%\NetHood to
C:\Users\%users%\AppData\Roaming\Microsoft\Windows\Network Shortcuts
**************************************************************
<component type="Documents" context="User">
<displayName>Moving My Network Places</displayName>
<role role="Data">
<rules>
<include>
<objectSet>
<pattern type="File">%CSIDL_NETHOOD%\* [*]</pattern>
</objectSet>
</include>
<locationModify script="MigXmlHelper.RelativeMove('%CSIDL_NETHOOD%\','%CSIDL_NETHOOD%\')">
<objectSet>
<pattern type="File">%CSIDL_NETHOOD%\* [*]</pattern>
</objectSet>
</locationModify>
</rules>
</role>
</component>
</migration>
****************************************************************
No comments:
Post a Comment