Win 8.x • Win 7 • Vista - 'Multi-OEM' ISO Project

Discussion in 'MDL Projects and Applications' started by searchengine, Jan 30, 2010.

Thread Status:
Not open for further replies.
  1. NisseHult

    NisseHult MDL Novice

    May 24, 2010
    25
    0
    0
    Thank you very much searchengine, it works perfect :)

    Kind Regards
    NisseHult
     
  2. shadowstep

    shadowstep MDL Member

    May 2, 2010
    164
    16
    10
    Thanks a lot! It installs OEM info even when Daz's Loader is installed. And it works like a charm! Thanks again. :)
     
  3. shadowstep

    shadowstep MDL Member

    May 2, 2010
    164
    16
    10
    P.S. - Forgot to mention that it disables UAC as well. Good work @searchengine!
     
  4. searchengine

    searchengine Guest

    #184 searchengine, Jul 5, 2010
    Last edited by a moderator: Jul 5, 2010
    (OP)
    @ tcntad; NisseHult; & nipun.narang ... very welcome ;)

    yep, UAC disabled in Download Links 2&3, to avoid any pop-ups during installation ... (added to description on page 1).

    :)
     
  5. searchengine

    searchengine Guest

    UPDATED 05-07-2010

    Download Link 3 updated with ... Daz's Loader v1.8.6
     
  6. searchengine

    searchengine Guest

    UPDATE 06-07-2010

    Download Links 2&3 updated with ... small script changes.

    .... probably the last update for a while
     
  7. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,590
    1,586
    150
    What are the changes ? :p
     
  8. searchengine

    searchengine Guest

    just small script changes; nothing essential, just a tidy-up of the scripting. :)
     
  9. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,590
    1,586
    150
    I see :)

    Well if you dont change anything for a while i might upload to "my place" just in case:p
     
  10. Daz

    Daz MDL Developer / Admin

    Jul 31, 2009
    9,530
    67,271
    300
    I should have pointed out that a few builds back I started handling BIOS mods during pre-activation. Basically you launch the loader and it will install the correct certificate and serial and then it will re-check genuine status, if it comes back as non genuine it will then install the loader. This should mean the only thing you require is the OEM branding and no certificates or serials :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. searchengine

    searchengine Guest

    Thanks for the info Daz ... very clever ;)
     
  12. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,590
    1,586
    150

    Updated on skydrive..
     
  13. shadowstep

    shadowstep MDL Member

    May 2, 2010
    164
    16
    10
    @searchengine - I think it's time to update the script once more! :p
    P.S. - I also wanted to ask, the UAC is disabled only before the loader is installed, right? Which means that is there is SLIC 2.1 in the BIOS and the system gets activated using a proper certificate and serial, UAC won't be disabled by default. How may I disable UAC even if the system is activated using a key and the certificate and the loader isn't used?
     
  14. searchengine

    searchengine Guest

    #194 searchengine, Jul 7, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    as long as instruction to run UAC.reg file is on the OOBE.cmdlike this:-
    Code:
    if exist %~dp0UAC.reg start /w regedit /s %~dp0UAC.reg >nul
    then UAC will always be disabled by default.

    If instruction to run UAC.reg appears only on SetupComplete.cmd, like this:-
    Code:
    :NOT_LICENSED
    IF EXIST "%~dp0UAC.reg" (
       TAKEOWN /F "%~dp0UAC.reg" >nul
       ICACLS "%~dp0UAC.reg" /GRANT *S-1-1-0:F >nul
       start /w regedit /s %~dp0UAC.reg >nul
       DEL /F /Q %~dp0UAC.reg >nul
    )
    
    then UAC is only disabled, when Loader getting used.
     
  15. shadowstep

    shadowstep MDL Member

    May 2, 2010
    164
    16
    10
    #195 shadowstep, Jul 7, 2010
    Last edited by a moderator: Apr 20, 2017
    Thanks! Tried it in VMware & VirtualBox. Worked perfectly! :)
    P.S. - Must also mention, I used your original script before as well (the 3rd one with Daz's Loader inside) and it worked flawlessly (tried on all versions of Windows 7 x86!)
     
  16. searchengine

    searchengine Guest

    cheers for info ... I have tested Download Link 3 in vmware a couple of times, also without error :)
     
  17. shadowstep

    shadowstep MDL Member

    May 2, 2010
    164
    16
    10
    Great! Cheers! :D
     
  18. cyclops

    cyclops MDL Senior Member

    Sep 10, 2007
    298
    39
    10
    Mods can we please sticky this thread?
     
  19. shadowstep

    shadowstep MDL Member

    May 2, 2010
    164
    16
    10
    I second that.
     
  20. searchengine

    searchengine Guest

    UPDATED 11-07-2010

    Download Links 1, 2 & 3 updated ... minor script changes and logo folder changes

    note:- Download Link 3 updated with Daz Loader v1.8.7