how to integrate oem sources folder?

Discussion in 'Windows 7' started by LimitsX, Nov 29, 2009.

  1. LimitsX

    LimitsX MDL Member

    May 16, 2009
    118
    1
    10
    Hey! I have an untouched windows 7 ultimate dvd with that efg file.

    So I want to make it an Windows 7 Ultimate OEM dvd i have the SLIC 2.1 table already in my bios. And make it install the LOGO .

    How can i achieve if this was asked already sorry ~_~. I ddid this for Vista ultimate..the activation worked but it never installed the Hp Logo :\. So I want to do it properly this time!

    Thanks!
     
  2. nlspecial

    nlspecial MDL Novice

    Jun 24, 2008
    45
    0
    0
  3. Rosco

    Rosco MDL Addicted

    Oct 29, 2007
    633
    46
    30
    #3 Rosco, Nov 29, 2009
    Last edited: Nov 29, 2009
    Learn how to do it manually -

    1. copy YourLogo.bmp %windir%\system32\OEMLogo.bmp
    2. Open Regedit
    3. Browse to this Registry path - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
    4. While at the OEMInformation key, right-click on the right-pane, select New followed by String Value to create these Registries as “String Value” type:

    Logo - the full path of OEMLogo.bmp, i.e. C:\windows\system32\OEMLogo.bmp
    Manufacturer "Whatever you like eg MySuperComputer"
    Model "Whatever you like"
    SupportURL "Whatever you like"
    SupportHours "Whatever you like"

    From there you need to write a script to insert these values into the registry and add it to the DVD so that it runs automatically just before setup exits.

    Sure you can use someone else's work but you learn little
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ambidav

    ambidav MDL Guru

    May 14, 2008
    2,502
    5,675
    90
    #4 ambidav, Nov 29, 2009
    Last edited by a moderator: May 23, 2017
  5. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210