How can i create Windows 7 AIO?

Discussion in 'Windows 7' started by SpeNRoX, Jul 13, 2017.

  1. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    Hello,

    I need help to create one ISO file that will include these three editions:

    Windows 7 Home Premium
    Windows 7 Professional
    Windows 7 Ultimate

    (64-bit and 32-bit versions).

    I have the six iso files in Windows 7 English language:
    en_windows_7_home_premium_with_sp1_x64_dvd_u_676549
    en_windows_7_home_premium_with_sp1_x86_dvd_u_676701
    en_windows_7_professional_with_sp1_x64_dvd_u_676939
    en_windows_7_professional_with_sp1_x86_dvd_u_677056
    en_windows_7_ultimate_with_sp1_x64_dvd_u_677332
    en_windows_7_ultimate_with_sp1_x86_dvd_u_677460

    How i can create Windows 7 AIO Without Windows 7 Home basic and Starter?

    i want these three editions only: Windows 7 Home Premium, Professional and Ultimate with 64-bit
    and 32-bit versions.

    I really need help, and I'd be happy if someone could help me.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
    Unpack the x86 ultimate iso, and run these commands:
    Code:
    dism /Export-Image /SourceImageFile:"x:\Unpacked_x86_ISO\install.wim" /SourceIndex:3 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    dism /Export-Image /SourceImageFile:"x:\Unpacked_x86_ISO\install.wim" /SourceIndex:4 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    dism /Export-Image /SourceImageFile:"x:\Unpacked_x86_ISO\install.wim" /SourceIndex:5 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    
    Unpack the x64 ultimate iso, and run these commands:
    Code:
    dism /Export-Image /SourceImageFile:"x:\Unpacked_x64_ISO\install.wim" /SourceIndex:2 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    dism /Export-Image /SourceImageFile:"x:\Unpacked_x64_ISO\install.wim" /SourceIndex:3 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    dism /Export-Image /SourceImageFile:"x:\Unpacked_x64_ISO\install.wim" /SourceIndex:4 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    

    Replace the original install.wim with the new exported one on the x86 ultimate iso and save the iso

    Or use the AIO maker: https://forums.mydigitallife.net/th...-the-all-in-one-windows-setup-solution.29178/
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    It additionally needs the ei.cfg file in the \sources\ folder of the ISO to be deleted.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    You can explain please about the commands?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,765
    450
    Totally forgot to mention that :D
     
  6. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    You can explain please about the commands?
     
  7. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Priceless. This is why started laughing at this thread when first saw it. :D:p
     
  8. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    i got error 87...
     
  9. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,676
    2,225
    60
    While doing what?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    #14 SpeNRoX, Jul 14, 2017
    Last edited: Jul 14, 2017
    (OP)
    Why can not anyone help?
     
  11. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,676
    2,225
    60
    Run CMD as admin and then execute the dism /export-image ... command.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    i get error 87
     
  13. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,676
    2,225
    60
    #17 shhnedo, Jul 14, 2017
    Last edited: Jul 14, 2017
    I just tried it on a virtual machine with Pro VL SP1. It seems 7's dism doesn't export images for some reason. 10's on the other hand does:
    dism.png

    I guess under 7 you could use the AIO maker suggested above. You must first point the x86 install.wim, then the x64 install.wim, delete the unwanted indexes and merge the two wims into one install.wim.
    By the way, for your particular desired combination of indexes, you don't need 6 iso's. You only need Ult x64 and Ult x86. They contain all other lower editions(x86 contains Starter, x64 doesn't).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. SpeNRoX

    SpeNRoX MDL Novice

    Mar 26, 2015
    35
    0
    0
    Why the hell is nobody helping me?
    So can not create several editions?
     
  15. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,676
    2,225
    60
    Ok. I think you need to check(or re-check) the definition of the word "help". Good luck.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. CelSam

    CelSam MDL Novice

    Nov 15, 2013
    2
    4
    0
    #20 CelSam, Jul 14, 2017
    Last edited: Jul 14, 2017
    Try these commands:

    imagex /export "c:\Unpacked_x86_ISO\sources\install.wim" 3 "c:\install.wim" /Compress Maximum /Check
    imagex /export "c:\Unpacked_x86_ISO\sources\install.wim" 4 "c:\install.wim" /Compress Maximum /Check
    imagex /export "c:\Unpacked_x86_ISO\sources\install.wim" 5 "c:\install.wim" /Compress Maximum /Check

    imagex /export "c:\Unpacked_x64_ISO\sources\install.wim" 2 "c:\install.wim" /Compress Maximum /Check
    imagex /export "c:\Unpacked_x64_ISO\sources\install.wim" 3 "c:\install.wim" /Compress Maximum /Check
    imagex /export "c:\Unpacked_x64_ISO\sources\install.wim" 4 "c:\install.wim" /Compress Maximum /Check

    Good luck.

    "Patience is a virtue...."