Is it possible to combine different editions of Windows within the program?

There are scripts like George King's Windows Setup AIO Builder for 7-10 with install.wim / install.esd, and others.

Follow along if you want to try this by hand. This demo will combine multiple images, and prepare EI.cfg; it doesn't address any post-setup steps.
I assume you have working images to merge.

We're combining different Windows releases in my example, but works exactly the same for different editions of the same release.


NTLite needs a little help, install the Windows ADK and copy \Program Files\Windows AIK\Tools\amd64\imagex.exe to an easier location. You might find random copies of imagex online, but stick to the official version.

Extract your ISO images to separate folders (7-Zip, etc).

Add "Image directory" for each distribution, but don't click on anything. Look up which images you want to merge.

screen1.jpg

Now append each of your selected images to the same WIM (pay attention to image number).

imagex.exe /export Win7_Ult_SP1_English_x64\sources\install.wim 4 merged.wim "Windows 7"
imagex.exe /export Win8.1_English_x64\sources\install.exe 1 merged.wim "Windows 8"
imagex.exe /export Win10_21H1_English_x64\sources\install.wim 6 MERGED.wim "Windows 10"

Rename this merged WIM as install.wim, and overwrite the original file in your target's sources folder. The target should be the highest numbered Windows release in your collection. The boot.wim will work with older images.

Now open the folder in NTLite. We have our imported images.

screen2.jpg

Finally, we need to create sources\EI.cfg to select which editions are eligible for installation. We don't want Setup to automatically pick which edition for us (especially if it finds a previous installation).

[EditionID]

[Channel]
Retail
[VL]
0

Click on your folder name, export to ISO. Now you get the idea; it works for any set of random images. When you combine builds from the same release (W10 Home, Home N, Pro, Pro N, etc.) disk space is reduced by file de-duplication. This won't happen when you have different releases present (W7, 8, 10).

If disk space is no problem, combine as many images as you want. You may encounter the 4GB FAT32 hard limit on install.wim for a UEFI/Secure Boot system. Figure it out.

Post-setup customization will be challenging, you must have scripts or tools which work on every image. This is why AIO's are hard: merging images is easy, scripting & testing them is hard. Can it work? Yes. But don't be upset if people don't help you debug it.

setup.jpg

DO NOT DISTRIBUTE AIO ISO's. Sharing will violate your license agreement.
THIS IS UNSUPPORTED, DO NOT ASK ME FOR HELP.
 
Last edited:
I like his scripts too, but they're written in tightly spaced, uncommented CMD. They work well, but it's hard for non-coders to follow his workings.
 
What is going on here with all these scripts and steps.

To combine editions in NTLite, from the Source page right-click the edition and choose Export (e.g. WIM format), then select WIM file to which to save it.
Answer Append, not Overwrite when doing so, and done, they are combined.

More info here, let me know if you see anything lacking regarding edition combination.
 
To combine editions in NTLite, from the Source page right-click the edition and choose Export (e.g. WIM format), then select WIM file to which to save it.
Answer Append, not Overwrite when doing so, and done, they are combined.

This error appear only in w8.1 installation setup, while the other (w7 and w10) working as expected.

2021-09-27_172234.png
 
seems to be answer file problem, i recommend to check the box says copy answerfile to install.wim locations.

also don't set language and leave key's empty on aio works
i'm not integrate any unattended file nor remove anything, just merged from untouched iso (w7 w8 and w10), make it bootable iso.
thanks.
 
it seems that i have to stop promoting other solutions on ntlite forum
 
i'm not integrate any unattended file nor remove anything, just merged from untouched iso (w7 w8 and w10), make it bootable iso.
thanks.
Interesting, try using Win8.1's boot.wim?
Which ISO/boot files did you choose as basis for the merged editions?
 
i think that guy above need to use win10's boot files if he is having problems
 
Maybe your W8 image is corrupted if 7 & 10 work fine. Delete it, and re-append a new copy.
 
Hey people,


I've seen multiple YouTube videos on creating an all-in-one Windows ISO file. The one problem I had with those videos is that none of them had any download links to the iso file they've created in their description boxes. Those videos inspired me to create my own all-in-one Windows ISO file. Instead of gatekeeping the ISO file I've created like those other tech YouTubers, I've decided to go ahead and share mine.

--------------------------------------------------------------------------

Download links:

--------------------------------------------------------------------------

Moderator's note: Removed download links to non-official ISO files.
Here's the download link to my all-in-one Windows ISO file:
[REDACTED link]

In case anyone's wondering, these are the original Windows ISO files that I've used to create my all-in-one Windows ISO file:
[REDACTED link]

This is the computer tool I've used to create my all-in-one Windows ISO file, if you want it, then you can download it from here: https://www.mediafire.com/file/gf8abymxqdke88w/WinAIO_Maker_Professional.rar/file (alternative download link to the tool: https://u.pcloud.link/publink/show?code=XZX5gl5Z32MG1FpHydXXkzVuEeoY18O1KDSV)

I HIGHLY recommend that you use this computer tool to turn my ISO file into a bootable USB flash drive: https://rufus.ie/en/#download

--------------------------------------------------------------------------

Help links:

--------------------------------------------------------------------------

Here's a tutorial video on how to create a bootable USB flash drive: https://www.youtube.com/watch?v=TqTtt7ljUWQ (Note: the version of Rufus that's used in the tutorial video is a completely different version, but the process of creating the USB drive itself is still the exact same using Rufus)


Here's a tutorial video on how to boot into the USB drive: https://www.youtube.com/watch?v=wH9q3KSISvQ

Here's a tutorial video on how I created my all-in-one Windows ISO file: https://www.youtube.com/watch?v=dEoH5WIL6yk

--------------------------------------------------------------------------

Other Notes:

--------------------------------------------------------------------------

Sadly, I'm not able to create a full 32bit version of my Windows ISO file cuz one one or maybe all of the ISO files I've used don't even have 32bit versions. So, my custom Windows ISO file is 64bit. I did try to create a custom Windows ISO file with older versions of Windows, like for example, Windows XP, but that idea didn't work the way I was hoping it would cuz those types of Windows ISO files don't have a "install.wim" file within the ISO file. Also, the folder/file structure within those ISO files is 100% completely different from the folder/file structure within the ISO files of the newer versions of Windows. If I can figure out a way to create a custom ISO file from the older versions of Windows, I'd get to work on that right away. But, at least I was able to create the one I've created.
 
Last edited by a moderator:
This forum is dedicated to using NTLite software to help prepare install images, including multi-edition ISO's. Forum rules prohibit the posting of non-official Windows ISO's.
 
Back
Top