QUOTE (randalldale @ Aug 12 2008, 01:26 AM)

Of course you can always try an export to see if you can cut it down.
imagex /export /boot /compress maximum d:\sources\install.wim 3 c:\business.wim "Add some text to make it work."
(3 being the number of the image you want.)
Not really that hard.
Hi
Just a few other things to be aware of with ImageX:
1. When you apply an image, ImageX will change all junctions (reparse points) to point to the
current drive letter.
e.g. If you capture drive C: as image 1, then partition a new disk which WinPe gives letter of D: to, when you apply the Image 1 to D:, ImageX will change the junctions points to point to D: . Now if you boot the hard disk and the partition is now C:, the junction points will still be hard coded to point to D: and will all be incorrect. To check this type DIR C:\ /a:L in Vista - C:\Documents and Settings junction point should point to C:\Users.
To fix this problem,
capture the image with the
/norpfix switch, this stops ImageX from changing the Junction points. Alternatively, when you apply the image, make sure the drive letter that you apply it to is the same as it will be when the system is booted.
If the junction points are wrong for a Vista OS, then some XP app installers will not work and some XP apps may not work.
(why did MS not set the default as /norpfix ???)
http://technet.microsoft.com/en-us/library/cc749447.aspx 2. Bug in ImageX - if you delete 2 images from a WIM file in succession, it will completely corrupt the WIM file!!!!
See
http://support.microsoft.com/kb/947247 (which is inaccurate as it does not mention you have destroyed your WIM file!)
HTH
Steve