January 4, 200719 yr I have four files that were split up into *.swm files, & this image has multiple images inside it.Now, i want to get back the original *.WIM file - with ALL the 7 images inside it.How?imagex.exe offered only to split, & not to obtain the merged WIM back again (i dont want to create a wim using index number of one of the images inside, i want to bring back all of them, as it originally was).
January 4, 200719 yr Can't really help here but would you mind lettin me know briefly how you extracted each singley with ImageX?
January 6, 200719 yr Author @MAVERICKS CHOICEHere's an example of how to restore one of the images inside a WIM, or a split-up-WIM:imagex /apply WindowsNT6-buildnumber.store.swm [image number] [destination path]You'd find that to extract Vista starter edition alone from the WIM on the RTM dvd, you'd use this command:imagex.exe /apply v:\sources\install.wim 1 c:\test
February 14, 200719 yr Here is the command for extracting SWMsimagex /ref install?.swm /apply install.swm 1 c:\WinVista Edited February 14, 200719 yr by obsteel
February 14, 200719 yr This does exactly what you wantTo merge SWM files use this commandimagex /ref source*.swm /check /export source.swm 1 target.wim "UniqueName" Edited February 14, 200719 yr by obsteel
February 18, 200719 yr Author Thanks obsteel !the number "1" would mean that only one of the images will be extracted into a WIM. Is there anyway to get all of it though?
April 3, 201016 yr Thanks obsteel !the number "1" would mean that only one of the images will be extracted into a WIM. Is there anyway to get all of it though?Try changing 1 to *Nik
Create an account or sign in to comment