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. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
    thank you very much for everything please
     
  2. ISISNOT

    ISISNOT MDL Novice

    Nov 12, 2018
    1
    0
    0
    Sorry if this comes off as a stupid, redundant question, but will I have to partition my W7 Ultimate x64 ISO as MBR if I want to enable CSM?
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    450
    CSM will enable you to use UEFI/GPT partitioning for the target drive (where you install the OS on).

    The USB key needs to be formatted Fat32 or use a tool you prefer to create a bootable UEFI capable USB key.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    450
    #1104 Enthousiast, Mar 4, 2021
    Last edited: Mar 5, 2021
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,007
    8,185
    240
    Site is currently rate limited. Will try later.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    450
    Added a mega mirror:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,007
    8,185
    240
    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...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    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...
  9. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
     
  10. jiafei2427

    jiafei2427 MDL Member

    Nov 26, 2020
    219
    70
    10
    Let me see the full folders of your Procedure.
    让我看看你完整路径
     
  11. 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
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    450
    #1112 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...
  13. liminhua

    liminhua MDL Novice

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

    jiafei2427 MDL Member

    Nov 26, 2020
    219
    70
    10
    #1114 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
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    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...
  18. 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.
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,320
    106,579
    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...