Creating auto-activating DVD's-With or Without Loader???

Discussion in 'Windows 7' started by sushil1576, Sep 21, 2009.

  1. Dragy2k

    Dragy2k MDL Novice

    Mar 16, 2009
    43
    0
    0
    hehe maybe some kind person can do a youtube vid for us thicko's ...ie me ...would be extremely handy indeed.:)
    +reps
     
  2. ancient

    ancient MDL Junior Member

    Oct 11, 2009
    52
    2
    0
    Hi Nononsence

    ...just installed the 2.6.2 version and still have the bug with no ie on task bar or programs list.

    I will now adjust the script as your direction to 60 sec and try it again ( using 2.6.3 )...I will post the result.

    I am running on a low voltage laptop core 2 u7500 1.06...may it need the 60 sec?
     
  3. arcticjoe

    arcticjoe MDL Novice

    Aug 6, 2009
    3
    0
    0
    untouched installs fine, as does hazar's pre-activated one. i think this one seems to change the active partition or something as i've tried it again and after installation it will not show my boot menu (as untouched would) but boots straight into PQSERVICE.
     
  4. Allo

    Allo MDL Member

    Jul 29, 2009
    133
    44
    10
    Thanks to nononsence, Mr Jinje & sushil1576. This "project" is getting better & better after each update! +rep to you all for making it possible!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. pcpower

    pcpower MDL Novice

    Oct 18, 2009
    5
    0
    0
    hi guys:) the cfgs are not working for ultimate as of the last two builds just thought i would make you aware. and keep up the good work:)
     
  6. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    May be on lower end system,the restart time should be increased so that all the required cmd's are carried out...the main thing is that you should be able to see the desktop on first logon,..if the system restarts before that you may have such problems as missing IE icons etc..

    All the steps are pretty well laid out in the guide on the first page..just read it thoroughly...
    Did you rename the .cfgs files as "ei.cfg"...you have to do that for them to work properly...
     
  7. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    #327 sushil1576, Oct 18, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Nice script jinje...is it possible to add any msi file with this?
     
  8. pcpower

    pcpower MDL Novice

    Oct 18, 2009
    5
    0
    0
    yes named them ei.cfg placed in the root directory and not working :(
     
  9. pcpower

    pcpower MDL Novice

    Oct 18, 2009
    5
    0
    0
    guys just an update 2.6.3 is working.dont know why it didnt work on version 2.6.2 for me. and what a toolkit this absolutely fabulous thanks to all.:)
     
  10. pcpower

    pcpower MDL Novice

    Oct 18, 2009
    5
    0
    0
    sorry guys but cfgs are not working after last post go back in the room and im looking at the menu for all three. ultimate pro home premium.
     
  11. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I think your right how do I fix it?
     
  12. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,468
    60
    #332 George King, Oct 18, 2009
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #333 nononsence, Oct 18, 2009
    Last edited by a moderator: Apr 20, 2017
    my thought was that the user could just write a script with the commands
    needed to do the silent install and then put in it and the executable in an
    addons folder then setupcomplete.cmd execute all the scripts in the folder

    so the user would have to figure out the silent install switches write a
    single line script

    Code:
    file.exe /s /qn
    
    save it as install_file.cmd

    put in the folder then at SetupComplete it will be executed.
     
  14. ancient

    ancient MDL Junior Member

    Oct 11, 2009
    52
    2
    0
    Ok update...changed the value to 60 and now all is ok the ie links are back...Slower/low voltage laptops must need the extra time...please update the script for everyone elses benefit.

    I also applied the patch for no forced system partition....This works perfect...a much needed addition.
    It's a right pain to remove the partition once windows is installed.

    Thanks.
     
  15. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #335 Mr Jinje, Oct 18, 2009
    Last edited by a moderator: Apr 20, 2017
  16. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
  17. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    Updated version to v2.6.4...

    The version and the guide is updated on the first pages..the following is the changelog...

    Version 2.6.4
    *Added Windows 7 Starter
    *Changed HP and Toshiba certs to 2.1
    *Added Sony cert and logos
    *Added script execute i.e,ability to execute *.exe, *.msi, *.cmd, *.bat, *.reg, *.vbs, *.ps1 files from setupcomplete.cmd--will help in auto installing of programs..
    *Changed reg_settings folder to "extras" folder
    *Changed some commands to avoid the "File Not Found" output found by Lucky.
    *Changed interval till reboot to a safer 60 sec
     
  18. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #339 Mr Jinje, Oct 19, 2009
    Last edited by a moderator: Apr 20, 2017
    I only see code for running CMD and REG in the 2.6.4 download.

    SetupComplete.cmd

    Code:
    IF EXIST "%~dp0extras\*.reg" (
       FOR /F "tokens=*" %%A IN ('DIR /B  "%~dp0extras\*.reg"') DO (
          regedit /S "%~dp0extras\%%A"
    
    
    IF EXIST "%~dp0extras\*.cmd" (
       FOR /F "tokens=*" %%A IN ('DIR /B  "%~dp0extras\*.cmd"') DO (
          CALL "%~dp0extras\%%A"
     
  19. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #340 nononsence, Oct 19, 2009
    Last edited: Oct 19, 2009
    it only copy's

    *.exe, *.msi, *.cmd, *.bat, *.reg, *.vbs, *.ps1

    from kit root\extras

    and executes *.cmd and *.reg at SetupComplete