How to merge all W10 editions into one ESD/ISO installer?

Discussion in 'Windows 10' started by werwaok, Oct 16, 2016.

  1. werwaok

    werwaok MDL Junior Member

    Sep 20, 2013
    60
    3
    0
    Hello.
    How to merge all Windows 10 64-bit editions into one ESD/ISO installer?
    Or maybe to be more specific - what's the easiest way? Not necessaryly a GUI tool, actually a well written Imagex/Dism tutorial would be preffered.

    Thanks in advance.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    #2 Enthousiast, Oct 16, 2016
    Last edited by a moderator: Apr 20, 2017
    Just export all desired indexes into one install.wim"

    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    
    Or direct into one install.esd:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.esd" /Compress:recovery /checkintegrity
    
    
     
  3. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    Can one use x number of sources .wim for a single destination .wim ?
    One command line per each or some clever all-in-one liner?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    Change
    Code:
    /SourceIndex:1
    to
    Code:
    /All
    And it will export all indexes from the source install.wim/esd to the destination install.wim/esd.
     
  5. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    Not the question asked
    Number of source .wim like in some1.wim & some2.wim & some3.wim

    some1.wim index1 + some2.wim index5 + some3.wim index4 = mycustominsane.wim ?
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    Code:
    dism /Export-Image /SourceImageFile:"x:\some1.wim" /SourceIndex:1 /DestinationImageFile:"y:\mycustominsane.wim" /Compress:max /checkintegrity
    dism /Export-Image /SourceImageFile:"x:\some2.wim" /SourceIndex:5 /DestinationImageFile:"y:\mycustominsane.wim" /Compress:max /checkintegrity
    dism /Export-Image /SourceImageFile:"x:\some3.wim" /SourceIndex:4 /DestinationImageFile:"y:\mycustominsane.wim" /Compress:max /checkintegrity
     
  7. #7 Deleted member 1385001, Dec 17, 2021
    Last edited by a moderator: Dec 17, 2021
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    @murphy78 made them too over 8 years ago;):D
     
  9. Hmm Boss :D
    Updated Link Source
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    #10 Enthousiast, Dec 17, 2021
    Last edited: Dec 17, 2021
    His latest, known to me (very old)
    Code:
    **THIS WILL NOT BOOT ON UEFI WITHOUT LEGACY-CSM MODE**
    **I WILL ALSO RELEASE A SPLIT-WIM VERSION FOR UEFI**
    Use a 24GB+ Blu-Ray or an 32GB+ USB flash drive.
    
    No Windows Settings were harmed in the making of this ISO.
    No Programs are added to Windows.
    No Registry Settings were modified.
    No Unattended Settings were added to the ISO.
    
    murphy78 presents Windows Super AIO v7 138-in-1
    All install indexes are directly from the microsoft files.
    
    Installation Indexes:
    Windows 7 Starter SP1 / N x86
    Windows 7 Home Basic SP1 / N x86 / x64
    Windows 7 Home Premium SP1 / N x86 / x64
    Windows 7 Professional SP1 / N / VL x86 / x64
    Windows 7 Ultimate SP1 / N x86 / x64
    Windows 7 Enterprise SP1 / N x86 / x64
    Windows Server 2008 R2 SP1 x64 HPC
    Windows Server 2008 R2 SP1 / VL x64 Standard / Core
    Windows Server 2008 R2 SP1 / VL x64 Enterprise / Core
    Windows Server 2008 R2 SP1 / VL x64 Data Center / Core
    Windows Server 2008 R2 SP1 / VL x64 Web / Core
    Windows 8 (Core) / N x86 / x64
    Windows 8 Pro / N x86 / x64
    Windows 8 Pro VL / N VL x86 / x64
    Windows 8 Pro with Media Center x86 / x64
    Windows 8 Enterprise / N x86 / x64
    Windows Server 2012 x64 Hyper-V
    Windows Server 2012 / VL x64 Standard / Core
    Windows Server 2012 / VL x64 Data Center / Core
    Windows Server 2012 x64 Essentials
    Windows Server 2012 x64 Foundation
    Windows Server 2012 x64 Storage Standard / Workgroup
    Windows Server 2012 x64 MultiPoint Standard / Premium
    Windows 8.1 (Core) w Update 3 / N x86 / x64
    Windows 8.1 (Core) w Update 3 SL x86 / x64
    Windows 8.1 Pro w Update 3 / N x86 / x64
    Windows 8.1 Pro w Update 3 VL / N VL x86 / x64
    Windows 8.1 Pro w Update 3 WMC x86 / x64
    Windows 8.1 Enterprise w Update 3 / N x86 / x64
    Windows Server 2012 R2 w Update 3 / VL x64 Standard / Core
    Windows Server 2012 R2 w Update 3 / VL x64 Data Center / Core
    Windows Server 2012 R2 w Update 3 x64 Essentials
    Windows Server 2012 R2 w Update 3 x64 Foundation
    Windows Server 2012 R2 w Update 3 x64 Storage Workgroup / Standard
    Windows 10 Home / N x86 / x64
    Windows 10 Home Single Language x86 / x64
    Windows 10 Pro / N / N VL / VL x86 / x64
    Windows 10 Education / N / VL x86 / x64
    Windows 10 Enterprise / N x86 / x64
    Windows 10 Enterprise 2015 LTSB / N x86 / x64
    
    It includes the first Win 10 releases too, so a bit less old as i remembered:D

    Actual content;
    Code:
    [01] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Starter SP1 | Starter
    [02] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Starter N SP1 | StarterN
    [03] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Home Basic SP1 | HomeBasic
    [04] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Home Basic N SP1 | HomeBasicN
    [05] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Home Premium SP1 | HomePremium
    [06] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Home Premium N SP1 | HomePremiumN
    [07] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Professional SP1 | Professional
    [08] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Professional N SP1 | ProfessionalN
    [09] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Professional VL SP1 | Professional
    [10] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Ultimate SP1 | Ultimate
    [11] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Ultimate N SP1 | UltimateN
    [12] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Enterprise SP1 | Enterprise
    [13] 19/08/2015 en-US x86 6.1.7601.17514 Windows 7 Enterprise N SP1 | EnterpriseN
    [14] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Home Basic SP1 | HomeBasic
    [15] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Home Basic N SP1 | HomeBasicN
    [16] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Home Premium SP1 | HomePremium
    [17] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Home Premium N SP1 | HomePremiumN
    [18] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Professional SP1 | Professional
    [19] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Professional N SP1 | ProfessionalN
    [20] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Professional VL SP1 | Professional
    [21] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Ultimate SP1 | Ultimate
    [22] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Ultimate N SP1 | UltimateN
    [23] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Enterprise SP1 | Enterprise
    [24] 19/08/2015 en-US x64 6.1.7601.17514 Windows 7 Enterprise N SP1 | EnterpriseN
    [25] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 HPC SP1 | ServerHpc
    [26] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Standard SP1 | ServerStandard
    [27] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Standard Core SP1 | ServerStandard
    [28] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Enterprise SP1 | ServerEnterprise
    [29] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Enterprise Core SP1 | ServerEnterprise
    [30] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Data Center SP1 | ServerDatacenter
    [31] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Data Center Core SP1 | ServerDatacenter
    [32] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Web SP1 | ServerWeb
    [33] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Web Core SP1 | ServerWeb
    [34] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Standard VL SP1 | ServerStandard
    [35] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Standard Core VL SP1 | ServerStandard
    [36] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Enterprise VL SP1 | ServerEnterprise
    [37] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Enterprise Core VL SP1 | ServerEnterprise
    [38] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Data Center VL SP1 | ServerDatacenter
    [39] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Data Center Core VL SP1 | ServerDatacenter
    [40] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Web VL SP1 | ServerWeb
    [41] 19/08/2015 en-US x64 6.1.7601.17514 Server 2008 R2 Web Core VL SP1 | ServerWeb
    [42] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 (Core) | Core
    [43] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 (Core) N | CoreN
    [44] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Pro | Professional
    [45] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Pro N | ProfessionalN
    [46] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Pro VL | Professional
    [47] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Pro N VL | ProfessionalN
    [48] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Pro WMC | ProfessionalWMC
    [49] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Enterprise | Enterprise
    [50] 19/08/2015 en-US x86 6.2.9200.16384 Windows 8 Enterprise N | EnterpriseN
    [51] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 (Core) | Core
    [52] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 (Core) N | CoreN
    [53] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Pro | Professional
    [54] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Pro N | ProfessionalN
    [55] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Pro VL | Professional
    [56] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Pro N VL | ProfessionalN
    [57] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Pro WMC | ProfessionalWMC
    [58] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Enterprise | Enterprise
    [59] 19/08/2015 en-US x64 6.2.9200.16384 Windows 8 Enterprise N | EnterpriseN
    [60] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Hyper-V | ServerHyper
    [61] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Standard | ServerStandard
    [62] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Standard Core | ServerStandard
    [63] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Data Center | ServerDatacenter
    [64] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Data Center Core | ServerDatacenter
    [65] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Standard VL | ServerStandard
    [66] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Standard Core VL | ServerStandard
    [67] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Data Center VL | ServerDatacenter
    [68] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Data Center Core VL | ServerDatacenter
    [69] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Essentials (Solution) | ServerSolution
    [70] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Foundation | ServerWinFoundation
    [71] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Storage Standard | ServerStorageStandard
    [72] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 Storage Workgroup | ServerStorageWorkgroup
    [73] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 MultiPoint Standard | ServerMultiPointStandard
    [74] 19/08/2015 en-US x64 6.2.9200.16384 Server 2012 MultiPoint Premium | ServerMultiPointPremium
    [75] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 (Core) with Update 3 | Core
    [76] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 (Core) N with Update 3 | CoreN
    [77] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 (Core) Single Language with Update 3 | CoreSingleLanguage
    [78] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Pro with Update 3 | Professional
    [79] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Pro N with Update 3 | ProfessionalN
    [80] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Pro VL with Update 3 | Professional
    [81] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Pro N VL with Update 3 | ProfessionalN
    [82] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Pro WMC with Update 3 | ProfessionalWMC
    [83] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Enterprise with Update 3 | Enterprise
    [84] 19/08/2015 en-US x86 6.3.9600.17415 Windows 8.1 Enterprise N with Update 3 | EnterpriseN
    [85] 19/08/2015 en-US x86 6.3.9600.17415 Windows Embedded 8.1 Industry Pro with Update 3 | EmbeddedIndustry
    [86] 19/08/2015 en-US x86 6.3.9600.17415 Windows Embedded 8.1 Industry Enterprise with Update 3 | EmbeddedIndustryE
    [87] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 (Core) with Update 3 | Core
    [88] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 (Core) N with Update 3 | CoreN
    [89] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 (Core) Single Language with Update 3 | CoreSingleLanguage
    [90] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Pro with Update 3 | Professional
    [91] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Pro N with Update 3 | ProfessionalN
    [92] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Pro VL with Update 3 | Professional
    [93] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Pro N VL with Update 3 | ProfessionalN
    [94] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Pro WMC with Update 3 | ProfessionalWMC
    [95] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Enterprise with Update 3 | Enterprise
    [96] 19/08/2015 en-US x64 6.3.9600.17415 Windows 8.1 Enterprise N with Update 3 | EnterpriseN
    [97] 19/08/2015 en-US x64 6.3.9600.17415 Windows Embedded 8.1 Industry Pro with Update 3 | EmbeddedIndustry
    [98] 19/08/2015 en-US x64 6.3.9600.17415 Windows Embedded 8.1 Industry Enterprise with Update 3 | EmbeddedIndustryE
    [99] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Standard with Update 3 | ServerStandard
    [100] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Standard Core with Update 3 | ServerStandard
    [101] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Data Center with Update 3 | ServerDatacenter
    [102] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Data Center Core with Update 3 | ServerDatacenter
    [103] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Standard VL with Update 3 | ServerStandard
    [104] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Standard Core VL with Update 3 | ServerStandard
    [105] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Data Center VL with Update 3 | ServerDatacenter
    [106] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Data Center Core VL with Update 3 | ServerDatacenter
    [107] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Essentials (Solution) with Update 3 | ServerSolution
    [108] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Foundation with Update 3 | ServerWinFoundation
    [109] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Storage Standard with Update 3 | ServerStorageStandard
    [110] 19/08/2015 en-US x64 6.3.9600.17415 Server 2012 R2 Storage Workgroup with Update 3 | ServerStorageWorkgroup
    [111] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Home 10240 | Core
    [112] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Home N 10240 | CoreN
    [113] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Home Single Language 10240 | CoreSingleLanguage
    [114] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Pro 10240 | Professional
    [115] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Pro N 10240 | ProfessionalN
    [116] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Pro VL 10240 | Professional
    [117] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Pro N VL 10240 | ProfessionalN
    [118] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Education 10240 | Education
    [119] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Education N 10240 | EducationN
    [120] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Education VL 10240 | Education
    [121] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Enterprise 10240 | Enterprise
    [122] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Enterprise N 10240 | EnterpriseN
    [123] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Enterprise 2015 LTSB 10240 | EnterpriseS
    [124] 19/08/2015 en-US x86 10.0.10240.16384 Windows 10 Enterprise N 2015 LTSB 10240 | EnterpriseSN
    [125] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Home 10240 | Core
    [126] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Home N 10240 | CoreN
    [127] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Home Single Language 10240 | CoreSingleLanguage
    [128] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Pro 10240 | Professional
    [129] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Pro N 10240 | ProfessionalN
    [130] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Pro VL 10240 | Professional
    [131] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Pro N VL 10240 | ProfessionalN
    [132] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Education 10240 | Education
    [133] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Education N 10240 | EducationN
    [134] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Education VL 10240 | Education
    [135] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Enterprise 10240 | Enterprise
    [136] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Enterprise N 10240 | EnterpriseN
    [137] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Enterprise 2015 LTSB 10240 | EnterpriseS
    [138] 19/08/2015 en-US x64 10.0.10240.16384 Windows 10 Enterprise N 2015 LTSB 10240 | EnterpriseSN
     
  11. Hmm :eek:
     
  12. Heimnetz

    Heimnetz MDL Novice

    Jun 5, 2014
    14
    3
    0
    With my AIO Iso's I had the problem that the license files were not found during setup.
    Therefore I have all Licencedateien from the respective Indexe
    into a temp folder.
    First I created an install.wim from this temp folder.
    Code:
    Dism /Capture-Image /Imagefile:I:\install.wim /name:"Windows Licences" /compress:maximum /capturedir:I:\temp
    Afterwards all indexes were imported.
    Code:
    Dism /Export-Image /SourceImageFile:I:\install786.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 7 HomePremium" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install786.wim /SourceIndex:2 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 7 Professional" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install786.wim /SourceIndex:3 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 7 Ultimate" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install86c.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install86b.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1 mit Bing" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install86p.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1 Pro" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install86w.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1 Pro mit Media Center" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install1086.wim /SourceIndex:2 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 10 Home" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install1086.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 10 Pro" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install764.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 7 HomePremium (x64)" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install764.wim /SourceIndex:2 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 7 Professional (x64)" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install764.wim /SourceIndex:3 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 7 Ultimate (x64)" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install64c.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install64b.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1 mit Bing" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install64p.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1 Pro" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install64w.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 8.1 Pro mit Media Center" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install1064.wim /SourceIndex:2 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 10 Home" /compress:maximum
    
    Dism /Export-Image /SourceImageFile:I:\install1064.wim /SourceIndex:1 /DestinationImageFile:H:\AIO\Sources\install.wim /DestinationName:"Windows 10 Pro" /compress:maximum
    
    Dism /Delete-Image /Imagefile:I:\install.wim /index:1
     
  13. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    The way the setup program works is that it checks for the licenses in the first install.wim or swm chunk, not necessarily the index. Also if you use an ei.cfg to change the license to one that isn't normally available in a normal iso, you will need to add one. So if a normal iso has a volume license but no _default license, you might need to add one. Just copy the volume license and make a _default directory and copy the license.rtf file in there. I had a big folder that I would copy into all the indexes for my aio projects. It didn't take up a lot of room on the install destination, but there was like 30 or 40 licenses that needed to be copied over. I just did this for every index so that there was no problem.
     
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    I was going to update it with a 32gb version but the setup program couldn't handle it. Even with the diskpart script it would just chug and error out a lot. I just gave up. The background systems just can't handle that many files and huge quantity of information it seems.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    I deleted my 240 index wim, will re-create it and test (can't remember the thread we discussed this in "recently", maybe you can?).
     
  16. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    I remember something like that. Back when I was working on this, I had something like 320 indexes IIRC, including Vista SP2 and others. To be fair, they could have updated the background support in recent years.

    Edit: Just to be clear, I have no intention on releasing another superaio. If you want to work on one, you have my blessing. It sounds like a fun project for you if you are looking for something to do.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    Found the thread:
    From here down:
    https://forums.mydigitallife.net/th...all-wim-install-esd.82131/page-2#post-1641126
     
  18. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,480
    1,500
    150
    I ceirtanly would like to see one Super AIO again, Its not useful at all to me as I have everything I need available for network deployment, but for the lols
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,596
    450
    I could invest the energy to do that but i am not planning to include all the Win builds which already are at EOS:)
     
  20. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,480
    1,500
    150
    yea its a waste of time and space with EOS.. And its fairly easy to use UUPdump and ventoy for example