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. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,299
    270
    As it is single SKU script only, can I join the SKUs manually, in the end?

    Will the final have an AIO?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    Probably but it will be time consuming.

    This was the first working test script, AiO will most likely be put in too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
     
  4. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    Let me see the full folders of your Procedure.
    让我看看你完整路径
     
  5. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    D:\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.2.10\OEM\$OEM$\$$\Setup\Scripts
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    #1106 Enthousiast, Mar 6, 2021
    Last edited: Mar 6, 2021
    (OP)
    Your av blocked the "7loader", it seems.

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    Yes, bring win10 defender to isolate it
     
  8. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    #1108 jiafei2427, Mar 7, 2021
    Last edited: Apr 2, 2023
    7loder ?
    ─OEM
    │ └─$OEM$
    │ └─$
    │ └─Setup
    │ └─Scripts
    │ DeCompile.exe
    │ OEM's.7z
    │ OOBE.cmd
    These are the correct files.
    Turn off antivirus software.
    EDIT: DELETE

    EDIT2:You can also use Windows Loader. exe, put it in the oem folder. Make a SetupComplete.cmd file in "D:\SiMPLiX_AiO_ISO_Full_Tool_2_3_21.2.10\OEM\$OEM$\$$\Setup\Scripts" directory and edit it
    Code:
    @ECHO OFF
    %~dp0"Windows Loader.exe" /silent /preactivate
    cd %~dp0
    attrib -R -A -S -H *.*
    SHUTDOWN /R /T 5
    RMDIR /S /Q "%WINDIR%\Setup\Scripts"
    exit
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    Dare i ask what MRP has fixed, considering MRP doesn't contain any activator (i guess 7loader is one), it only activates when a valid slic or msdm is present.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    @Enthousiast
    use W7 x64 Single ESU Index Only New 2.3 b2 Win7 Based ISO BETA Development The created ISO cannot be installed after entering the installation interface. Prompt that a program driver is required.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    That's probably because i made the script integrate the 2 nvme supporting updates into boot.wim, you can put :: in front of lines:
    469 and 479:
    Code:
    ::dism.exe /image:"%SystemDrive%\AiO_Mount" /Add-Package /Packagepath:"Updates_NVME_Boot\x64"
    I ran a few tests and this solved the problem.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
    Sorry! I thought you were still making a Multi-OEM-windows 7 Ultimate.iso
     
  15. jiafei2427

    jiafei2427 MDL Senior Member

    Nov 26, 2020
    262
    118
    10
  16. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    Tested on a virtual machine
     
  17. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    According to your method, the ISO is successfully made and installed successfully, and this is added:: What does it mean?
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,944
    450
    That means the script skipped that command and didn't integrate the 2 win 7 nvme support updates, they seem to cause this error.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    OK, thank you for your patient explanation