Wim manager error to emport image Title: Error ErrType: Error Description: An error occured whilst trying to export an image. Exception: ImageX Tool for Windows Copyright © Microsoft Corp. All rights reserved. Version: 6.2.9200.16384 IMAGEX [FLAGS] /EXPORT src_file src_number | src_name dest_file dest_name Exports a copy of the specified image to another WIM file. src_file - The path of the WIM file that contains the image to be copied. src_number - The number that identifies the image within the source WIM. src_name - The name that identifies the image within the source WIM. dest_file - The path of the WIM file that will receive the image copy. dest_name - The unique name for the image in the destination WIM. Accepted FLAGS: /BOOT Marks a volume image as bootable. Available for Windows PE images only. /CHECK Enables WIM integrity checking. If not provided, existing checks are removed. /COMPRESS [maximum | fast | none] Specifies the type of compression used when exporting to a new WIM file. /REF splitwim2.swm Enables the reference of split WIM (SWM) files. splitwim2.swm - Path to additional split file(s). Wild cards are accepted. /TEMP Specifies the path where temporary files are stored. Comments: If src_name is "*" then all images are exported to dest_file. Example: imagex /export d:\imaging\data.wim 1 d:\imaging\newfile.wim "Exported Image"