I just realised that I have a WIM file that requires a more descriptive name for one of the images in it. I know that the WIM has an XML file for the image name/description, but how do I modify that? It cannot be done by mounting the image...

EDIT: dopey me... I asked because I was using the imagex tool but it wasn't working. Here is the code:

CODE
imagex /info e:\images\a410xp.wim 1 "XP Home Drive C"
imagex /info e:\images\a410xp.wim 2 "ETC XP Pro Drive C"


where 1 or 2 is the image index number, and the part in quotes is the new name.

You can check that you updated properly by not having any args after the image name.