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. cyclops

    cyclops MDL Senior Member

    Sep 10, 2007
    298
    39
    10
    #1281 cyclops, Sep 14, 2012
    Last edited by a moderator: Jan 31, 2013
    link on first page updated

    File: $oem$_AIO_Win7_Vista_DVD[2.1~2.0]Sep2012.7z
    CRC-32: 2c6e847e
    MD4: 316a084b166e24c1c4eacb1944d2da12
    MD5: 3e49747c1723ab0c303ab4b09234f676
    SHA-1: 9c274e2ee5c9b7d7dfc59ae3f4469ec4d8679ba1
    SIZE: 138MB

    link:
     
  2. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1282 The_Guardian, Sep 15, 2012
    Last edited: Sep 15, 2012
    do i need to redownload it again? is there any changes or am i good? lol I downloaded it on the 12th...just wondering.
     
  3. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    Changes listed on first page, for example more manufacturers added.
     
  4. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    will redownload again then.....thanks urie.
     
  5. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    I think this thread should be under Windows 7 TBH :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    No I disagree all MDL developed Applications should be in MDL Projects and Applications section.
    Also Windows 7 DVD (Multi-Brand/Multi-Edition) Activation works with Vista also so should it go into Windows 7 and Vista section also I don't think so :)
     
  7. jondoeu

    jondoeu MDL Novice

    Sep 16, 2012
    6
    0
    0
    sorry for my ignorance, i have searched and found no answer yet... is this working with uefi mobos ( e.g p9x79 ws) and 2xssd in raid0?
     
  8. searchengine

    searchengine Guest

    @jondoeu...

    1st page description states...

    NOTE:- 'PC requires slic (2.1 Win7 | 2.0 Vista) bios to apply genuine oem activation'

    therefore, without presence of 'slic', genuine activation would not occur using the files from this project.
     
  9. hms

    hms MDL Novice

    Jul 30, 2009
    16
    4
    0
    Is there a easy way to install these post-install ? Other than manually copy every file in proper folder ?
     
  10. searchengine

    searchengine Guest

    @hms...

    In short, No.

    The project files are specifically intended for Windows native OEM functions to detect the presence of '$oem$' folder and auto copy folder contents and auto run detected 'OOBE.cmd' during windows installation process.
     
  11. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,694
    1,704
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    668
    60
    Because the certificates are SLIC 2.1 / 2.0 and are virtually useless with Windows 8 / Server 2012. I still need it to insert all of the keys and certs for Windows 7 tho. What I did mean to put was to skip the whole activation process for Windows 8 / Server 2012 and just go straight to the branding. Sorry for the confusion
     
  13. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,694
    1,704
    150
    #1294 tcntad, Sep 19, 2012
    Last edited: Sep 19, 2012
    No, remove activation for W7/08R2..
    I will take a look at the script once its downloaded and help but you should have :cert or something to delete.

    Edit: OK some major changes made to it ha, havent been updating this since feb..

    Edit: All "goto :SETKEY" @ "Filter results" Change to "goto :branding" I think that should work.
    goto :setkey -> goto :branding
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,694
    1,704
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. searchengine

    searchengine Guest

    #1297 searchengine, Sep 19, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    add GREEN lines to 'OOBE.cmd', as below

    Code:
    :OS
    %RQR1% | findstr /I "WINDOWS" | findstr /I "7" >nul&&%INL% SET WINVER=7&goto :EDITION
    %RQR1% | findstr /I "WINDOWS" | findstr /I "VISTA" >nul&&%INL% SET WINVER=VISTA&goto :EDITION
    %RQR1% | findstr /I "WINDOWS" | findstr /I "8" >nul&&%INL% SET WINVER=8&goto :BIOS
    IF EXIST "%windir%\Display.exe" DEL /F /Q "%windir%\Display.exe" >nul
    GOTO :CLOSE
    
    :EDITION
    %RQR2% | findstr /I "ULTIMATE$" >nul&&%INL% SET EDITION=ULTIMATE&goto :BIOS
    %RQR2% | findstr /I "BUSINESS$" >nul&&%INL% SET EDITION=BUSINESS&goto :BIOS
    %RQR2% | findstr /I "PROFESSIONAL$" >nul&&%INL% SET EDITION=PROFESSIONAL&goto :BIOS
    %RQR2% | findstr /I "HOMEPREMIUM$" >nul&&%INL% SET EDITION=HOMEPREMIUM&goto :BIOS
    %RQR2% | findstr /I "HOMEBASIC$" >nul&&%INL% SET EDITION=HOMEBASIC&goto :BIOS
    %RQR2% | findstr /I "STARTER$" >nul&&%INL% SET EDITION=STARTER&goto :BIOS
    %RQR2% | findstr /I "SERVER" >nul&&%INL% SET EDITION=SERVER&goto :BIOS
    IF EXIST "%windir%\Display.exe" DEL /F /Q "%windir%\Display.exe" >nul
    GOTO :CLOSE
    
    :SERIAL
    IF /I %WINVER%==8 GOTO :RUNONCE
    IF /I %EDITION%==SERVER GOTO :RUNONCE
    IF EXIST %OEMS% for /f "tokens=1,2,3,4 delims=|" %%a in ('type %OEMS% ^| findstr /I "%%EDITION%%" ^| findstr /I "%%MAN2%%"') do (echo %%a | findstr /I "%WINVER%" >nul &&%INL% set PIDKEY=%%d)
    IF /I %MAN2%==DEFAULTOEM IF %PIDKEY%.==. set MAN2=%REALMAN%&goto :ACTIVATION
    IF /I %MAN2%==DEFAULTOEM set MAN2=%REALMAN%
    IF %PIDKEY%.==. set REALMAN=%MAN2%&set MAN2=DEFAULTOEM&goto :SERIAL
    just add 'SetupComplete.cmd' to scripts folder with 'Windows Loader.exe' (as described in loader 'readme' file)
     
  16. HJSC

    HJSC MDL Novice

    Jul 6, 2011
    24
    3
    0
    @searchengine
    And how do I add/use the dazloader only when the first method does not activate?
    o_O
     
  17. searchengine

    searchengine Guest

    #1299 searchengine, Sep 20, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    save below code as 'SetupComplete.cmd' and add to 'scripts' folder, together with latest 'Windows Loader.exe'

    Code:
    @echo off
    
    SET INL=IF NOT ERRORLEVEL 1
    
    :ACTIVATION
    ::check Activation -> goto :CLEANUP (if activated)
    2>NUL WMIC /NAMESPACE:\\root\CIMV2 PATH SoftwareLicensingProduct WHERE LicenseStatus=1 GET LicenseStatus | findstr "1" >nul && %INL% goto :CLEANUP
    
    :LOADER
    ::run 'loader', reboot, clean
    call "%WINDIR%\Setup\Scripts\Windows Loader.exe" /silent /preactivate >nul
    SHUTDOWN /R /T 5
    RD /S /Q "%WINDIR%\Setup\Scripts" >nul
    DEL /F /Q %0% >nul
    
    :CLEANUP
    ::skip 'loader', clean
    RD /S /Q "%WINDIR%\Setup\Scripts" >nul
    DEL /F /Q %0% >nul
     
  18. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,694
    1,704
    150
    #1300 tcntad, Sep 20, 2012
    Last edited by a moderator: Apr 20, 2017
    Right, foolish of me :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...