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

    mdlguy10 MDL Novice

    Jul 10, 2010
    33
    14
    0
  2. lespaul

    lespaul MDL Novice

    Jul 31, 2009
    1
    0
    0
    #2202 lespaul, Sep 28, 2014
    Last edited: Sep 29, 2014
    Hi, Everyone I made a w7 multi-oem iso using the files on this page. everything works fine,
    but when i look in personalize the screensaver has a red circle and line threw it with the word none under it.
    but the strange thing is the screensaver works?

    thanks in advance for any help.
     
  3. pepetown

    pepetown MDL Novice

    Sep 12, 2014
    3
    0
    0
    hi there, i wonder if it's possible run this project on a system already installed? and if so, how can do it?
    Thanks for the effort and support.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,046
    713
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,046
    713
    60

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. oscargt

    oscargt MDL Novice

    Dec 17, 2009
    4
    1
    0
    Great! It Works like a charm
     
  7. yahya990

    yahya990 MDL Novice

    Oct 12, 2014
    1
    0
    0
    Creat work keep ON
     
  8. MadFlasher

    MadFlasher MDL Novice

    Feb 21, 2011
    1
    0
    0
    Thank you very much :good3:
    exactly what I need
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    Unfortunately, searchengine turned in his user status.
    If you are good at modding, you can find the hardware ids and such and make the extra folders and stuff for newer manufacturers though...
    Then you just copy the various filenames and formats for the images.
     
  10. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,794
    90
    I am going to look into this to see if I can get it working with win 10...cant do anything about the tool but I can update the oobe.cmd file.
     
  11. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,625
    14,952
    240
    Very much appreciated my friend.:worthy:
     
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,046
    713
    60
    I agree ! :worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,794
    90
  14. skolar

    skolar MDL Novice

    May 5, 2014
    33
    39
    0
    #2215 skolar, Oct 17, 2014
    Last edited by a moderator: Apr 20, 2017
    OOBE.cmd (incorrect entry)
    Code:
    %RQR1% | findstr /I "\<WINDOWS\>" | findstr /I "\<10\>" >nul&&%INL% SET WINVER=10&goto :BIOS
    
    Manufacturer theme is applied despite this error, because of entries:
    Code:
    IF NOT DEFINED WINVER GOTO :BRANDING
    IF NOT DEFINED EDITION GOTO :BRANDING
    IF /I "%WINVER%"=="VISTA" goto :TRANSFER3
    IF /I "%WINVER%"=="7" goto :TRANSFER3
     
  15. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,794
    90
    #2216 The_Guardian, Oct 17, 2014
    Last edited: Oct 17, 2014
    You are correct and wrong at the same time...let me explain.
    The reason behind not using technical preview is because its just a preview not the actual final OS so I added the above line to be ready for win 10 when final is released.
    This is why it applies regardless which is correct also for it is still a not defined windows version so it goes to branding where it will check for oem-dm key in bios (which doesn't exist yet for it is technical preview only) and if exist applies oem-dm key. This might not work in win 10 final depending if they keep the same scheme for oem activation or not. No way to test this yet in a technical preview. :(
    This replaces the if /I not "%winver%"=="8" goto :TRANSFER3 because it is needed for win 10 as well but not for vista or win 7 so it goes to :TRANSFER3 for those.

    I knew a few out there would complain but now maybe you see why I did it the way I did (its made for future FINAL win 10 when released).
     
  16. skolar

    skolar MDL Novice

    May 5, 2014
    33
    39
    0
    I understand your logic.

    OOBE.cmd :TRANSFER3
    aero.theme is temporarily renamed to theme3.theme

    OEM-Sync.exe
    has function to return theme3.theme to original theme name, but only after it checks if system is Win8x.
    has function to apply OEM-DM key, but only after it checks if system is Win8x.
     
  17. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,794
    90
    #2218 The_Guardian, Oct 18, 2014
    Last edited: Oct 18, 2014
    I think you are misunderstanding the default windows theme...the only time windows theme will be installed is if the machine has No oem match (this is the same for vista, win 7, win 8.x and win 10 when released). If oem machine found then it will apply that theme and info thus making backups like for example your theme3.theme (aero). I have done nothing to the script in this area...its still original. The oem-sync.exe has nothing to do with the themes being applied, only info for slic table and oem-dm key info and apply if found. There was only small changes made for it to work with windows 10...compare it to the original and you will see.
     
  18. skolar

    skolar MDL Novice

    May 5, 2014
    33
    39
    0
    #2219 skolar, Oct 18, 2014
    Last edited: Oct 18, 2014
    I understand you changed nothing on OOBE.cmd :TRANSFER2 section, but if Manufacturer brand discovered, then the script renames aero.theme to theme3.theme, and names the discovered Manufacturer theme as aero.theme, thus Windows shows Manufacturer theme as default theme at first desktop view. The OEM-Sync.exe initiates a runonce instruction to rename theme3.theme back to aero.theme, and rename the Manufacturer theme to $OEM$.theme on first reboot, thus correcting file names whilst keeping Manufacturer theme applied. It will not do this last part as it does not check for Windows 10.
     
  19. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,794
    90
    #2220 The_Guardian, Oct 18, 2014
    Last edited: Oct 18, 2014
    The oem-sync.exe does nothing with themes or images just looks for oem-dm key in bios and if exist applies the key....that is all the oem-sync.exe does period. Everything else is done by the script. Remember you are probably using win 10 technical preview which is called windows technical preview thus why it doesn't find "10" and defaults to undefined version. I am not adjusting the script just for technical preview but for final windows 10 when released. Do you understand? The script runs exactly as it should for right now...might need more adjusting once windows 10 final is released.