How to Create an Integrated x86/x64 Windows 7 Install DVD

Mike Halsey MVP
Mar 6, 2011
Updated • Mar 21, 2018
Tutorials, Windows 7
|
35

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.

windows 7 install dvd

 What You'll need

  1. Installation ISOs for Windows 7 x86 and x64 (any edition)
  2. ISO creation / editing software such as UltraISO
  3. Windows 7 Automated Installation Kit

How to Create the Intergated ISO

  1. 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
  2. Rename these INSTALL.WIM files as x86.WIM and x64.WIM
  3. With the Windows 7 AIK installed on your computer run the Deployment Tools Command Prompt
  4. Type the following commands in the Command Prompt window adding any folder destinations as necessary...
    1. IMAGEX /EXPORT x86.WIM 5 INSTALL.WIM "Windows 7 Ultimate x86"
    2. IMAGEX /EXPORT x64.WIM 4 INSTALL.WIM "Windows 7 Ultimate x64"
    3. IMAGEX /EXPORT x86.WIM 4 INSTALL.WIM "Windows 7 Professional x86"
    4. IMAGEX /EXPORT x64.WIM 3 INSTALL.WIM "Windows 7 Professional x64"
    5. IMAGEX /EXPORT x86.WIM 3 INSTALL.WIM "Windows 7 Home Premium x86"
    6. IMAGEX /EXPORT x64.WIM 2 INSTALL.WIM "Windows 7 Home Premium x64"
    7. IMAGEX /EXPORT x86.WIM 2 INSTALL.WIM "Windows 7 Home Basic x86"
    8. IMAGEX /EXPORT x64.WIM 1 INSTALL.WIM "Windows 7 Home Basic x64"
    9. IMAGEX /EXPORT x86.WIM 1 INSTALL.WIM "Windows 7 Starter x86"
  5. This will integrate all the contents from the various version WIM files into a single INSTALL.WIM file
  6. Using UltraISO, copy this new INSTALL.WIM into the SOURCES folder in your Windows 7 x86 ISO file
  7. From the SOURCES folder delete the file EI.CFG from the same ISO file
  8. 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).

Summary
How to Create an Integrated x86/x64 Windows 7 Install DVD
Article Name
How to Create an Integrated x86/x64 Windows 7 Install DVD
Description
How to create a single installation DVD for all 32-bit and 64-bit editions of Windows 7 using free tools and easy to follow instructions.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Previous Post: «
Next Post: «

Comments

  1. coolshrimp said on July 21, 2016 at 1:13 am
    Reply

    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

  2. Mike said on April 14, 2014 at 7:32 am
    Reply

    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

  3. johnyc said on February 6, 2013 at 4:23 am
    Reply

    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.

  4. daniel said on January 7, 2013 at 2:56 pm
    Reply

    can we do this step with win 8 too,,?

  5. Shafaeit said on October 23, 2012 at 5:21 pm
    Reply

    How to create install.wim file what is the name is the compress software

  6. XenoBIT78 said on October 13, 2012 at 4:49 pm
    Reply

    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

  7. Matt said on July 8, 2012 at 11:22 am
    Reply

    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?

  8. Audo said on May 13, 2012 at 5:33 am
    Reply

    … 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”

  9. Andy said on March 16, 2012 at 6:05 pm
    Reply

    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.

  10. aguditu said on March 10, 2012 at 4:36 pm
    Reply

    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

  11. Cathy said on February 10, 2012 at 5:37 am
    Reply

    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!

  12. Aftar said on October 22, 2011 at 9:35 pm
    Reply

    Thanks to author. I successfully done this job and get both architecture in one media.

  13. Snuffy said on July 24, 2011 at 8:30 pm
    Reply

    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.

  14. Informatoque said on April 26, 2011 at 7:23 pm
    Reply

    Hello everybody,

    I don’t get the command line part. It is always giving me an error message. Could you please help me?

    Informatoque

    1. Jake said on July 23, 2011 at 5:01 am
      Reply

      You can’t copy and paste the command above, as the quotes have been replaced with more aesthetic ones.

      “ and ” are different :)

      1. Stig Berntsen said on August 24, 2011 at 9:00 am
        Reply

        So what quote should we use?

  15. Voodoo said on March 12, 2011 at 2:07 pm
    Reply

    I third that????

  16. vhick said on March 11, 2011 at 4:49 pm
    Reply

    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..

    1. Anonymous said on March 12, 2011 at 5:34 pm
      Reply

      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…

    2. not said on March 11, 2011 at 9:29 pm
      Reply

      I second that question.

  17. errrrrmmm said on March 7, 2011 at 12:40 pm
    Reply

    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!

  18. ANUPAM said on March 6, 2011 at 8:38 pm
    Reply

    Sir, is there a way to integrate software like winrar, adobe reader into windows 7 dvd ?

    plz reply

    1. Mike Halsey (MVP) said on March 6, 2011 at 9:45 pm
      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.

      1. Anupam said on March 8, 2011 at 3:00 am
        Reply

        Thanks for the reply but i couldn’t follow it using ur guide.plz explain with an example software.

  19. Robert Palmar said on March 6, 2011 at 6:43 pm
    Reply

    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.

  20. desslok said on March 6, 2011 at 5:46 pm
    Reply

    Any plan to write an easy tutorial for that?

  21. desslok said on March 6, 2011 at 5:38 pm
    Reply

    Is there a way to integrate SP1 for Win7?

    1. Kevin said on October 20, 2016 at 4:27 pm
      Reply

      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/

    2. Mike Halsey (MVP) said on March 6, 2011 at 5:42 pm
      Reply

      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

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.