Page 1 of 1
merge SWM into single WIM obtain original image, from the split-up parts
#1
Posted 03 January 2007 - 07:11 PM
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).
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).
#2
Posted 03 January 2007 - 09:37 PM
Can't really help here but would you mind lettin me know briefly how you extracted each singley with ImageX?
#3
Posted 05 January 2007 - 07:45 PM
@MAVERICKS CHOICE
Here's an example of how to restore one of the images inside a WIM, or a split-up-WIM:
You'd find that to extract Vista starter edition alone from the WIM on the RTM dvd, you'd use this command:
Here'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
#5
Posted 14 February 2007 - 01:40 AM
Here is the command for extracting SWMs
Quote
imagex /ref install?.swm /apply install.swm 1 c:\WinVista
This post has been edited by obsteel: 14 February 2007 - 07:09 AM
#6
Posted 14 February 2007 - 06:55 AM
This does exactly what you want
To merge SWM files use this command
To merge SWM files use this command
Quote
imagex /ref source*.swm /check /export source.swm 1 target.wim "UniqueName"
This post has been edited by obsteel: 14 February 2007 - 07:09 AM
#7
Posted 18 February 2007 - 01:03 PM
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?
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?
#8
Posted 03 April 2010 - 04:41 PM
- ← Infinite Configuring Updates
- Unattended Windows Vista/Server 2008
- OOBE section being ignored in answer file →
Share this topic:
Page 1 of 1



Help
Back to top










