Application to extract image

CA50

Level E
I have a all in 1 windows 7 image file. It contains both x86 and x64 versions of windows starter,home,premium,business,ultimate etc:P.

I need an application to extract only the x86 ultimate version. I tried Vlite, but couldn`t extract only the ultimate version:(.

Please help and thanks for reading:)
 
I think it will depend on how the coder has combined all the images. Check with untra ISO or magic ISO the directory structure of the ISO image.
 
What is the file extension? My experience is:

.mdf(.mds) is handled well my MagicISO

.iso is handled well by any imaging program eg: UltraISO or MagicISO

.daa requires PowerISO
 
CA50 said:
I have a all in 1 windows 7 image file. It contains both x86 and x64 versions of windows starter,home,premium,business,ultimate etc:P.

I need an application to extract only the x86 ultimate version. I tried Vlite, but couldn`t extract only the ultimate version:(.

Please help and thanks for reading:)
All versions have same source. Only /sources/ei.cfg need to be modified for making one version for installation.
As others have already mentioned, u can use any mentioned tool to get this file from ISO. Trick will be when u need to pack it again.
U can pack again using Nero Burning ROM and Win7 dvd boot record.
Another thing is that u might need to modify install.wim itself to remove other editions ... a little longer way
I'll post some more info when I get back at home :)
 
its an iso file, but you can`t just delete the unwanted part from the image, it will not boot. Is there any tool like vlite ot nlite, n lite can handle windows xp while vlite can handle win vista

ggt said:
even winrar will do. :)
No
kekerode said:
All versions have same source. Only /sources/ei.cfg need to be modified for making one version for installation.
As others have already mentioned, u can use any mentioned tool to get this file from ISO. Trick will be when u need to pack it again.
U can pack again using Nero Burning ROM and Win7 dvd boot record.
Another thing is that u might need to modify install.wim itself to remove other editions ... a little longer way
I'll post some more info when I get back at home :)
waiting for that
 
^ I used UltraISO to extract and modify Windows 7 or Server 2008 Bootable installation DVD.
First get /sources/ei.cfg from ISO and modify it to allow to choose which version u want to install.
Format of this file is discussed here ... Windows Setup Installation Process

One example of content of this file would be like this
Code:
[EditionID]
Ultimate
[Channel]
Retail
[VL]
0

All u need to do is modify [EditionID] value accordingly which has following values
Code:
Ultimate
Professional
HomePremium
HomeBasic
Starter

put back this file in ISO at same location and save it ... now try it out

For Windows Server 2008, u can do same thing.
 
Back
Top