Integrate Daz's loader ( v2.2.2) into Windows Install ISO?

Discussion in 'Windows 7' started by tdi200, Jan 16, 2019.

Tags:
  1. tdi200

    tdi200 MDL Novice

    Joined:
    Jan 12, 2019
    Messages:
    5
    Likes Received:
    3
    Trophy Points:
    0
    i have a Windows 7 ultimate iso got from window ISO downloader
    What i am trying to achieve is, during installation i want the Daz's loader do its thing itself automatically

    in other words i am asking for if its possible on Daz's loader to make it automatically activate windows during the install without having to do it manually, is there any way to do this? i tried to read the "read me" file i couldnt see anything about what i am trying to achieve

    Looking forward to hear from the experts

    Thank you
     
  2. ARCIGA

    ARCIGA MDL Senior Member

    Joined:
    Mar 23, 2015
    Messages:
    272
    Likes Received:
    58
    Trophy Points:
    10
    ei.cfg

    [EditionID]

    [Channel]
    OEM
    [VL]
    0


    (Making Of Pre-activation)

    Sources\$OEM$\$$\SETUP\SCRIPTS\ Loader.exe + Keys.ini + setupcomplete.cmd


    setupcomplete.cmd

    @echo OFF
    %~dp0"Windows loader.exe" /silent /preactivate
    cd %~dp0
    attrib -r -a -s -h *.*
    SHUTDOWN /R /T 5
    RMDIR /S /Q "C:\Windows\Setup\Scripts"
    exit
     
  3. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    This is Windows 7, so any ei.cfg needs to be either deleted (will show the edition screen during setup) or needs to specify the wished edition to install.

    EDIT: The info is found at the end of the Loaders readme.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    All info is inside the readme.txt.

    @ARCIGA, no need for any ei.cfg at all.
     
  5. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
  6. tdi200

    tdi200 MDL Novice

    Joined:
    Jan 12, 2019
    Messages:
    5
    Likes Received:
    3
    Trophy Points:
    0
    Thanks guys i am still struggling lol i guess this all too intense for me i guess i will just go the traditional way install the os than run the program you guys are right i did see the info on read me but its way confusing with me taking into consideration i got learning disability probably a video would have helped me out lol
     
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
  8. tdi200

    tdi200 MDL Novice

    Joined:
    Jan 12, 2019
    Messages:
    5
    Likes Received:
    3
    Trophy Points:
    0
  9. tdi200

    tdi200 MDL Novice

    Joined:
    Jan 12, 2019
    Messages:
    5
    Likes Received:
    3
    Trophy Points:
    0
    @Enthousiast Thanks for the picture means allot helping me out like this must say internet friends are better than close friends
    it looks easy but i am still lost, the area of confusion you mentioned :create a folder "$OEM$\$$\Setup\Scripts", create a file "setupcomplete.cmd" where should i create? should it created on a mounted iso file? or i should just right click on my desktop and create the file and paste it into mounted iso file as i use poweriso the windows 7 ultimate i got is 64bit
     
  10. tdi200

    tdi200 MDL Novice

    Joined:
    Jan 12, 2019
    Messages:
    5
    Likes Received:
    3
    Trophy Points:
    0
    NVM i figured it out, all i had to do was click on iso file and poweriso would start up and i was able to create the folder as instructed and for the cmd script all i did was open my notepad paste the script and save it as setupcomplete.cmd and inserted it into the folder i created under script and ofcourse included the loader thanks family took me a while to understand i read it 5 times and understood
     
  11. Alex.1997

    Alex.1997 MDL Novice

    Joined:
    Apr 7, 2020
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    How can I integrate and hide the activation within the Windows ISO
     
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    The readme of the loader has a setupcomplete.cmd script.