MDL Win 7 Tool for SiMPLiX UpdatePack AiO ISO (with install.wim/esd) Creation

Discussion in 'Windows 7' started by Enthousiast, Apr 16, 2019.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450

    Attached Files:

  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. morka

    morka MDL Novice

    Feb 27, 2008
    21
    4
    0
    #343 morka, Feb 10, 2020
    Last edited: Feb 10, 2020
    Why they are not integrated USB3 drivers into install.wim?

    Code:
    echo.
    echo=====================================================================
    echo Integrating Drivers into Install.wim...
    echo=====================================================================
    Dism /mount-wim /wimfile:WIM\aio.install.wim /index:1 /mountdir:"%SystemDrive%\AiO_Mount"
    dism.exe /image:"%SystemDrive%\AiO_Mount" /Add-Driver /driver:"Drivers\(W)LAN_7_x86" /recurse
    dism.exe /image:"%SystemDrive%\AiO_Mount" /Add-Driver /driver:"Drivers\nVME_7_x86" /recurse
    ::dism.exe /image:"%SystemDrive%\AiO_Mount" /Add-Driver /driver:"Drivers\USB3x_7_x86" /recurse
    
     
  4. shhnedo

    shhnedo MDL Expert

    Mar 20, 2011
    1,675
    2,225
    60
    Because UpdatePack itself already handles USB 3.x drivers for the install.wim(if not canceled by /NoUSB) and there's no need for Enthousiast's script to do that.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    Yep, for some reason i saw that line in the script, therefor i did put the :: in front, in the officially released version that line will be completely deleted.
     
  6. bungcredd

    bungcredd MDL Novice

    Apr 18, 2019
    4
    0
    0
    hi, I used 2.0 BC 2. how, starter and enterprise can be added...I just added windows 10 ltsb and windows 7 ultimate into the source in the folder.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    The AiO script will create starter x64, x86 already has starter on the ISO.

    The single index script offers the starter creation too.
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    #348 Chibi ANUBIS, Feb 13, 2020
    Last edited: Feb 29, 2020
    Ok all is good :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ocam

    ocam MDL Novice

    Feb 26, 2013
    14
    5
    0
    On a old comp (HP copmaq dc 7100 cmt) Win 7 ultimate x86 host (8.1 ADK dism tools instaled) created iso didn't work properly.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    Old hardware probably can't handle the new ISO, because it's based on win 10.

    I am still testing and fixing stuff for the new scripts, for now use the old scripts for older hardware.

    I will run one of the new ISOs on my oldest (Vista era) core2duo laptop.
     
  11. morka

    morka MDL Novice

    Feb 27, 2008
    21
    4
    0
    I have a problem. I use slovak ISO (sk_windows_7_ultimate_with_sp1_x64_dvd_u_677393.iso) with LTSC 2019 (SW_DVD5_WIN_ENT_LTSC_2019_64-bit_Slovak_MLF_X21-96467.iso).
    All going well though but newly createted ISO produce this problem:

    Windows cannot find the Microsoft Software License Terms. Make sure the installation is valid and restart the installation.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    What exact script did you run?

    I will test it asap then:)
     
  13. Boskorp

    Boskorp MDL Novice

    Jun 20, 2011
    20
    3
    0
    Maybe you should try with the W10 consumer edition. I've used Bulgarian version ISOs for 7 and 10, no problems. I can add logs tomorrow as new Simplix is out.
     
  14. morka

    morka MDL Novice

    Feb 27, 2008
    21
    4
    0
    Second attempt was sucessfull. My mistake.
     
  15. aquarius84

    aquarius84 MDL Member

    Oct 3, 2012
    202
    61
    10
    eagerly waiting for the stable version with the new Simplix 2020.02.18 included :worthy:
     
  16. AshtonLee

    AshtonLee MDL Novice

    Mar 13, 2018
    19
    5
    0
    @abbodi1406 please update VCredist_WA last version 2015-2019
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,712
    450
    Is there something new for 7?
     
  18. ssjkakaroto

    ssjkakaroto MDL Junior Member

    Mar 3, 2011
    59
    19
    0
    @Enthousiast do we need the full ADK 8.1 on W7 or just an updated dism.exe?
    That pack is over 5 GB.