How to Create an Integrated x86/x64 Windows 7 Install DVD
One of the biggest problems with Windows, every version in fact is that there is a different installation DVD for each version.
Whether that's Starter, Home Basic, Home Premium, Professional or Ultimate that's nine different discs you need as each of these comes with a separate disc for the 32-bit (x86) and 64-bit (x64) versions of the operating system.
Yesterday I wrote on our sister website Windows7News about a tool called ei.cfg Removal Utility. This is an excellent tool for removing from a Windows ISO the file that locks it to a specific edition. By running this tool you can easily create a disc that will allow the installation of any edition. The downside with this is you still need separate installation DVDs for the 32-bit and 64-bit versions of the OS.
So what do you do if you want just an installation DVD the contains every edition of Windows 7 in both x86 and x64 versions, is this even possible? The good news here is yes it is, though it's more complicated than just running a program. I'd like to thank fellow MVP Alexis Zhang for providing the instructions on how to do it.
 What You'll need
- Installation ISOs for Windows 7 x86 and x64 (any edition)
- ISO creation / editing software such as UltraISO
- Windows 7 Automated Installation Kit
How to Create the Intergated ISO
- Using UltraISO, extract the \ SOURCES \ INSTALL.WIM files from both the x86 and x64 ISO files. If you do not have ISO files you can create them from your DVDs
- Rename these INSTALL.WIM files as x86.WIM and x64.WIM
- With the Windows 7 AIK installed on your computer run the Deployment Tools Command Prompt
- Type the following commands in the Command Prompt window adding any folder destinations as necessary...
- IMAGEX /EXPORT x86.WIMÂ 5 INSTALL.WIM "Windows 7 Ultimate x86"
- IMAGEX /EXPORT x64.WIM 4 INSTALL.WIM "Windows 7 Ultimate x64"
- IMAGEX /EXPORT x86.WIM 4 INSTALL.WIM "Windows 7Â Professional x86"
- IMAGEX /EXPORT x64.WIMÂ 3 INSTALL.WIM "Windows 7Â Professional x64"
- IMAGEX /EXPORT x86.WIM 3 INSTALL.WIM "Windows 7 Home Premium x86"
- IMAGEX /EXPORT x64.WIM 2 INSTALL.WIM "Windows 7 Home Premium x64"
- IMAGEX /EXPORT x86.WIM 2 INSTALL.WIM "Windows 7 Home Basic x86"
- IMAGEX /EXPORT x64.WIM 1 INSTALL.WIM "Windows 7 Home Basic x64"
- IMAGEX /EXPORT x86.WIMÂ 1 INSTALL.WIM "Windows 7Â Starter x86"
- This will integrate all the contents from the various version WIM files into a single INSTALL.WIM file
- Using UltraISO, copy this new INSTALL.WIM into the SOURCES folder in your Windows 7 x86 ISO file
- From the SOURCES folder delete the file EI.CFG from the same ISO file
- Save the ISO file
It can take a bit of time but using this method you can create a single installer for every edition and version of Windows 7. This is especially for people who want to be able to run the installer from a USB Pen Drive (which I also wrote about about in my article yesterday).
i know this is an old post hope someones still around.
Is it possible to create a multi version Installation USB?
Example Following installation on a single USB:
Windows 7 – 32Bit
Windows 7 – 64Bit
Windows 8.1 – 32Bit
Windows 8.1 – 64Bit
Windows 10 – 32Bit
Windows 10 – 64Bit
I figure id need a second USB with same option but just EUFI compatible.
Last thing is there a way to have programs auto installed with windows like “MSoffice, Antivirus, Ect”
Thanks
I have a different question,…
I have done this with the integrated SP1 disks so now I have an AIO Win7/SP1 I m want to know if there’s a way to integrate the remaining updates that have come out since (for both the x86 and x64 platforms on the same image)
Included on this DVD:
32 bit
======
Starter
HomeBasic
HomePremium
Professional
Ultimate
Enterprise
64 bit
======
HomeBasic
HomePremium
Professional
Ultimate
Enterprise
thanks, man!!!. I recommend create a BAT or CMD file, and paste on it “imagex” commands. In the aik console call the bat, and install.wim will be made automatically.
can we do this step with win 8 too,,?
How to create install.wim file what is the name is the compress software
Only problem with at integrated x86 & x64 is that the installer itself runs in x86 mode.. so you can’t install F6 drivers for x64.. so if you r on a new x79 and needs to install a F6 driver for your intel RSTe you can’t
So I typed the commands exactly the way you have it in the command prompt, but how do I copy this new install.wim? Where is it saved to so I could copy it?
… Se puede poner la al revez los comandos
IMAGEX /EXPORT x86.WIM 1 INSTALL.WIM “Windows 7 Starter x86”
IMAGEX /EXPORT x86.WIM 1 INSTALL.WIM “Windows 7 Home Basic x86”
IMAGEX /EXPORT x64.WIM 2 INSTALL.WIM “Windows 7 Home Basic x64”
IMAGEX /EXPORT x86.WIM 2 INSTALL.WIM “Windows 7 Home Premium x86”
IMAGEX /EXPORT x64.WIM 3 INSTALL.WIM “Windows 7 Home Premium x64”
IMAGEX /EXPORT x86.WIM 3 INSTALL.WIM “Windows 7 Professional x86”
IMAGEX /EXPORT x64.WIM 4 INSTALL.WIM “Windows 7 Professional x64”
IMAGEX /EXPORT x86.WIM 4 INSTALL.WIM “Windows 7 Ultimate x86”
IMAGEX /EXPORT x64.WIM 5 INSTALL.WIM “Windows 7 Ultimate x64”
FYI: A Microsoft volume licence ISO will not have all edition images. It only has the version as originally downloaded from MS. For example, I have Win7 Pro x86 and it only has the Win7 Pro image in the Install.wim. I guess you need a retail or oem version to perform the steps described in your blog.
can someone can explain me again what i have to do to make a dvd of win 7 pro sp1 x86 abd x64 + someother progs, like winrar , itunes, ym, mozzila, etc, integrated. PLZ HELP
How do I convert windows 7 premium 64 bit to x 86?? Working from home and the company is going too require the 7 x 86. Thanks!
Thanks to author. I successfully done this job and get both architecture in one media.
The reply is exactly correct. M$ site tells you to use the x86 files. which will allow you to install x86 & x64 install.wim. If you use the x64 files you could not install on a x86 system.
[quote] To Create a Windows Image for Multiple Architecture Types
You can create a single .wim file that includes both 32-bit and 64-bit Windows images. You must have both a 32-bit Windows distribution and a 64-bit Install.wim file. (A Windows distribution is the collection of files on the Windows installation media that includes not only the Install.wim file, but the additional files and directories that are required for Setup.) Cross-platform deployment is supported only from 32-bit Windows Setup.
Copy the entire 32-bit Windows distribution to a temporary directory on the local computer.
[/quote] yes i snipped most of it – but they answer was 100% correct and the reason why is as I posted.
Hello everybody,
I don’t get the command line part. It is always giving me an error message. Could you please help me?
Informatoque
You can’t copy and paste the command above, as the quotes have been replaced with more aesthetic ones.
“ and ” are different :)
So what quote should we use?
I third that????
I have a question.
In step no. 6, the new install.wim will integrate with x86 ISO file. My question is why in x86 ISO file? I thought there are x64 binaries needed to install. Or I will merge the x64 ISO files info a x86 ISO files and then integrate the install.wim and create the final ISO?
Please enlighten me. Thank you..
Since the author is not responding, I’ll venture a guess: the necessary 64-bit files that will be installed _are_ included in the new INSTALL.WIM file. We are using the Windows Setup files from the 32-bit ISO since they will also run on 64-bit systems, whereas the opposite would not be true. If that is the case, the advice is sound, though I wish the author would confirm my speculations…
I second that question.
Do me a favour, take your 32bit vista basic oem disc, start an installation and enter a vista business oem key. Tell me what the error message is, i dare you ;-) i’ve done it numerous times at work without issue!
Sir, is there a way to integrate software like winrar, adobe reader into windows 7 dvd ?
plz reply
@Aunpam Indeed there is, my slipstreaming guide here http://www.thelongclimb.com/Troubleshooting-Windows-7-Inside-Out-Chapter-16.pdf will allow you to pre-install any software you like onto a Windows 7 install DVD.
Be careful not to end up with an image that’s too large to fit on a DVD though.
Thanks for the reply but i couldn’t follow it using ur guide.plz explain with an example software.
There is an integrated Windows 7 SP1 ISO
that is provided to MSDN subscribers.
My view is Microsoft should make this
available to everyone who owns a
legitimate copy of Windows 7.
Any plan to write an easy tutorial for that?
Is there a way to integrate SP1 for Win7?
Yes, mount the WIM and use DISM to add the SP1 update package.
http://www.utilizewindows.com/apply-updates-to-windows-7-image-using-dism/
You can use software such as RT7Lite to integrate SP1 into your installation DVD :) http://www.rt7lite.com
Alternatively I have full instructions on the official (for this read complicated) way to integrate a service pack into a Windows 7 DVD in a free chapter of my book Troubleshooting Windows 7 Inside Out at http://www.thelongclimb.com/Troubleshooting-Windows-7-Inside-Out-Chapter-16.pdf