Hello,
I hope this is the right forum. If not, my apologies.
I'm trying to use USMT to migrate primarily data from user profiles to a new
computer.
My main concern is excluding the c:\DB2 and C:\IBM folders where IBMs DB2
and WebSphere are installed, as they do not transfer well, and leave 'stuff'
all over that makes even a fresh reinstall difficult.
I created a custom.xml with the requisite:
<exclude>
<objectSet>
<pattern type="File"> C:\IBM\* [*]</pattern>
<pattern type="File"> C:\DB2\* [*]</pattern>
</objectSet>
</exclude>
but the C:\DB2 folder is getting transferred, even though I include the
/i:custom.xml on both the scanstate and loadstate.
What am I missing?
Kish