How can i create Windows 7 AIO?

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

  1. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    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

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    It additionally needs the ei.cfg file in the \sources\ folder of the ISO to be deleted.
     
  4. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    You can explain please about the commands?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    Totally forgot to mention that :D
     
  6. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    You can explain please about the commands?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
  8. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
  9. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    Priceless. This is why started laughing at this thread when first saw it. :D:p
     
  10. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
  11. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    i got error 87...
     
  12. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    30
    While doing what?
     
  13. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
  14. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    #14 SpeNRoX, Jul 14, 2017
    Last edited: Jul 14, 2017
    (OP)
    Why can not anyone help?
     
  15. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    30
    Run CMD as admin and then execute the dism /export-image ... command.
     
  16. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    i get error 87
     
  17. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    30
    #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).
     
  18. SpeNRoX

    SpeNRoX MDL Novice

    Joined:
    Mar 26, 2015
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    Why the hell is nobody helping me?
    So can not create several editions?
     
  19. shhnedo

    shhnedo MDL Addicted

    Joined:
    Mar 20, 2011
    Messages:
    927
    Likes Received:
    1,273
    Trophy Points:
    30
    Ok. I think you need to check(or re-check) the definition of the word "help". Good luck.
     
  20. CelSam

    CelSam MDL Novice

    Joined:
    Nov 15, 2013
    Messages:
    2
    Likes Received:
    4
    Trophy Points:
    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...."