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

    Jan 12, 2019
    5
    3
    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

    Mar 23, 2015
    304
    75
    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

    Aug 15, 2012
    16,093
    24,397
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,519
    450
    All info is inside the readme.txt.

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

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
  6. tdi200

    tdi200 MDL Novice

    Jan 12, 2019
    5
    3
    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. tdi200

    tdi200 MDL Novice

    Jan 12, 2019
    5
    3
    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
     
  8. tdi200

    tdi200 MDL Novice

    Jan 12, 2019
    5
    3
    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
     
  9. Alex.1997

    Alex.1997 MDL Novice

    Apr 7, 2020
    1
    0
    0
    How can I integrate and hide the activation within the Windows ISO
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,519
    450
    The readme of the loader has a setupcomplete.cmd script.