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
    47,292
    94,819
    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.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,819
    450
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,359
    7,078
    210
    Site is currently rate limited. Will try later.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,819
    450
    Added a mega mirror:)
     
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,359
    7,078
    210
    As it is single SKU script only, can I join the SKUs manually, in the end?

    Will the final have an AIO?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,819
    450
    Probably but it will be time consuming.

    This was the first working test script, AiO will most likely be put in too.
     
  9. liminhua

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
     
  10. jiafei2427

    jiafei2427 MDL Member

    Nov 26, 2020
    207
    54
    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
    47,292
    94,819
    450
    #1112 Enthousiast, Mar 6, 2021
    Last edited: Mar 6, 2021
    (OP)
    Your av blocked the "7loader", it seems.

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

    liminhua MDL Novice

    Feb 18, 2021
    10
    1
    0
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,819
    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.
     
  17. 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.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,819
    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.