"Spliting" the AIO DVD version to Ultimate x86 and x64

Discussion in 'Windows 7' started by MerolaC, Aug 3, 2009.

  1. MerolaC

    MerolaC MDL Junior Member

    Feb 12, 2009
    70
    2
    0
    Hi!

    I have downloaded the AIO version, which have all the versions of Win 7 in one. (x86 and x64)
    The thing is i want to "split" it and leave only Ultimate x86 by one a side and x64 in the other side. 2 ISO's to simplify this. One Ultimate x86 and other x64

    What do i have to do?

    Thanks in advance!

    bye, MerolaC
     
  2. SirSilentBob

    SirSilentBob MDL Senior Member

    Jun 5, 2009
    277
    21
    10
    Easiest thing is to download actual separate untouched ISOs.......not necessarily the quickest, unless you have a fast connection and get a fast download. The safest thing regardless is to never use third party modified ISOs, you never know what extra unwanted items might have been added. Unless someone here actually had & was examining the modified ISO you have, there is no way of EXACTLY knowing how it was modded and how to un-do it without breaking something.
     
  3. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    #3 HALIKUS, Aug 3, 2009
    Last edited: Aug 3, 2009
    first of all, you could just download the original iso's that are untampered with, and have only the x86, and x64 editions. Most people want what you have, and you want what everyone else has ;) How i made mine like yours, you can use to undo yours. Ill give the commands i used, you should be able to figure it out

    retail
    Imagex /export c:\install.wim 1 c:\installl.wim "WIN7 ULTIMATE x86 RETAIL"
    imagex /export c:\install.wim 2 c:\installl.wim "WIN7 ULTIMATE x64 RETAIL"
    imagex /export c:\install.wim 3 c:\installl.wim "WIN7 PROFESSIONAL x86 RETAIL"
    imagex /export c:\install.wim 4 c:\installl.wim "WIN7 PROFESSIONAL x64 RETAIL"
    imagex /export c:\install.wim 5 c:\installl.wim "WIN7 HOME PREMIUM x86 RETAIL"
    imagex /export c:\install.wim 6 c:\installl.wim "WIN7 HOME PREMIUM x64 RETAIL"
    imagex /export c:\install.wim 7 c:\installl.wim "WIN7 HOME BASIC x86 RETAIL"
    imagex /export c:\install.wim 8 c:\installl.wim "WIN7 HOME BASIC x64 RETAIL"
    imagex /export c:\install.wim 9 c:\installl.wim "WIN7 STARTER x32 RETAIL"
    enterprise
    imagex /export c:\install.wim 9 c:\installl.wim "WIN7 ENTERPRISE VLK x86"
    imagex /export c:\install.wim 10 c:\installl.wim "WIN7 ENTERPRISE VLK x64"
    NE (europe)
    Imagex /export c:\install.wim 19 c:\installl.wim "WIN7 ULTIMATE x86 NE"
    imagex /export c:\install.wim 20 c:\installl.wim "WIN7 ULTIMATE x64 NE"
    oem
    Imagex /export c:\install.wim 5 c:\installl.wim "WIN7 ULTIMATE x86 OEM"
    imagex /export c:\install.wim 4 c:\installl.wim "WIN7 ULTIMATE x64 OEM"
    imagex /export c:\install.wim 4 c:\installl.wim "WIN7 PROFESSIONAL x86 OEM"
    imagex /export c:\install.wim 3 c:\installl.wim "WIN7 PROFESSIONAL x64 OEM"
    imagex /export c:\install.wim 3 c:\installl.wim "WIN7 HOME PREMIUM x86 OEM"
    imagex /export c:\install.wim 2 c:\installl.wim "WIN7 HOME PREMIUM x64 OEM"
    imagex /export c:\install.wim 2 c:\installl.wim "WIN7 HOME BASIC x86 OEM"
    imagex /export c:\install.wim 1 c:\installl.wim "WIN7 HOME BASIC x64 OEM"
    unattended
    imagex /export c:\install.wim 27 c:\installl.wim "WIN7 ULTIMATE x86 UNATTENDED (Pass=****)"
    imagex /export c:\install.wim 28 c:\installl.wim "WIN7 ULTIMATE x64 UNATTENDED (Pass=****)"




    or, from the original wims of a few versions

    EXPORT TO WIM
    (How i made master wim)

    retail
    Imagex /export c:\RETAIL32.wim 5 c:\install.wim "WIN7 ULTIMATE x86 RETAIL"
    imagex /export c:\RETAIL64.wim 4 c:\install.wim "WIN7 ULTIMATE x64 RETAIL"
    imagex /export c:\RETAIL32.wim 4 c:\install.wim "WIN7 PROFESSIONAL x86 RETAIL"
    imagex /export c:\RETAIL64.wim 3 c:\install.wim "WIN7 PROFESSIONAL x64 RETAIL"
    imagex /export c:\RETAIL32.wim 3 c:\install.wim "WIN7 HOME PREMIUM x86 RETAIL"
    imagex /export c:\RETAIL64.wim 2 c:\install.wim "WIN7 HOME PREMIUM x64 RETAIL"
    imagex /export c:\RETAIL32.wim 2 c:\install.wim "WIN7 HOME BASIC x86 RETAIL"
    imagex /export c:\RETAIL64.wim 1 c:\install.wim "WIN7 HOME BASIC x64 RETAIL"
    imagex /export c:\RETAIL32.wim 1 c:\install.wim "WIN7 STARTER x32 RETAIL"
    enterprise
    imagex /export c:\ent32.wim 1 c:\install.wim "WIN7 ENTERPRISE VLK x86"
    imagex /export c:\ent64.wim 1 c:\install.wim "WIN7 ENTERPRISE VLK x64"
    NE (europe)
    Imagex /export c:\ne32.wim 5 c:\install.wim "WIN7 ULTIMATE x86 NE"
    imagex /export c:\ne64.wim 4 c:\install.wim "WIN7 ULTIMATE x64 NE"
    imagex /export c:\ne32.wim 4 c:\install.wim "WIN7 PROFESSIONAL x86 NE"
    imagex /export c:\ne64.wim 3 c:\install.wim "WIN7 PROFESSIONAL x64 NE"
    imagex /export c:\ne32.wim 3 c:\install.wim "WIN7 HOME PREMIUM x86 NE"
    imagex /export c:\ne64.wim 2 c:\install.wim "WIN7 HOME PREMIUM x64 NE"
    imagex /export c:\ne32.wim 2 c:\install.wim "WIN7 HOME BASIC x86 NE"
    imagex /export c:\ne64.wim 1 c:\install.wim "WIN7 HOME BASIC x64 NE"
    oem
    Imagex /export c:\OEM32.wim 5 c:\install.wim "WIN7 ULTIMATE x86 OEM"
    imagex /export c:\OEM64.wim 4 c:\install.wim "WIN7 ULTIMATE x64 OEM"
    imagex /export c:\OEM32.wim 4 c:\install.wim "WIN7 PROFESSIONAL x86 OEM"
    imagex /export c:\OEM64.wim 3 c:\install.wim "WIN7 PROFESSIONAL x64 OEM"
    imagex /export c:\OEM32.wim 3 c:\install.wim "WIN7 HOME PREMIUM x86 OEM"
    imagex /export c:\OEM64.wim 2 c:\install.wim "WIN7 HOME PREMIUM x64 OEM"
    imagex /export c:\OEM32.wim 2 c:\install.wim "WIN7 HOME BASIC x86 OEM"
    imagex /export c:\OEM64.wim 1 c:\install.wim "WIN7 HOME BASIC x64 OEM"
    unattended
    imagex /export c:\32unattended.wim 1 c:\install.wim "WIN7 ULTIMATE x86 UNATTENDED (Pass=***)"
    imagex /export c:\64unattended.wim 1 c:\install.wim "WIN7 ULTIMATE x64 UNATTENDED (Pass=***)"




    oh, and if anyone makes this just use the 32 bit boot files and replace the wim, x64 will work fine. Autounattend.xml in the root will confuse x32 x64 though, so i place them in the wim in windows\system32\panther\unattend.
    Also, can anyone confirm having the OEM copies are useless\redundant? I was just being a wim whore and wanted an AIO...one disk to rule them all.
     
  4. MerolaC

    MerolaC MDL Junior Member

    Feb 12, 2009
    70
    2
    0

    Oh God, i didn't though it gonna be like that.
    I don't have the patience xD
    Oh well, i gonna use the easiest solution. Download 'em again.
    Uless there is a easiest way using vlite or something.

    Thanks both of you!

    Bye, MerolaC
     
  5. VelleX

    VelleX MDL Member

    Jul 14, 2009
    202
    26
    10
    For an AIO DVD the x86 Setup is used. Now if you have just the AIO DVD, you can't make a real x64 DVD, because the x64 setup files are missing. You only have the x86 boot.wim, so you will not be able to repair a x64 installation.

    So you do not have to download both again, but the x64.

    You just need to remove the x64 images from the install.wim.

    Yes. The "OEM" images just have different DVD Label and different ei.cfg. So its useless.