sweety_devil Posted February 22, 2012 Report post Posted February 22, 2012 Dear all, It's me again. I wanted to copy the file wini.ini because in this file i have an information to restore. I used this script: <!-- Copy Win.ini file --> <component type="Documents" context="System"> <displayName>Component to copy win.ini file</displayName> <role role="Data"> <rules> <include> <objectSet> <pattern type="File"> C:\Windows\ [win.ini]</pattern> </objectSet> </include> </rules> </role> </component> On my image there is already a win.ini file and after the retore it is not changed. Is the script good ? Thank you. Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted February 22, 2012 Report post Posted February 22, 2012 first do this to enable better logging and understanding of what is going on when testing USMT migration strategies.. and see what it reveals ok ? don't forget to enable verbose logging (/v:13) you'll probably need to use the Merge rule and to be aware of USMT conflicts and precedence as described here Quote Share this post Link to post Share on other sites More sharing options...
Dear all,
It's me again.
I wanted to copy the file wini.ini because in this file i have an information to restore.
I used this script:
<!-- Copy Win.ini file -->
<component type="Documents" context="System">
<displayName>Component to copy win.ini file</displayName>
<role role="Data">
<rules>
<include>
<objectSet>
<pattern type="File"> C:\Windows\ [win.ini]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
On my image there is already a win.ini file and after the retore it is not changed.
Is the script good ?
Thank you.
Share this post
Link to post
Share on other sites