How to Customize OEM Support Information in ( Windows 7) iso

Page 1 of 2 12 LastLast

  1. Posts : 12
    pc wind 7 pro 32 bit
       #1

    How to Customize OEM Support Information in ( Windows 7) iso


    How to Customize OEM Support Information in ( Windows 7) ISO

    I want to make a logo for Windows like this picture

    https://www.sevenforums.com/attachments/tutorials/41959d1486569873t-system-support-information-custom.jpg

    I add. Logo to Windows inside the ISO file using the power iso program

    sources\$OEM$\$$\System32\ OEM logos.

    https://i.postimg.cc/Wzpm0zK3/162368...4444444444.jpg

    After installing Windows, the logo is not placed inside Windows ????????
      My Computer


  2. Posts : 179
    Microsoft® Windows 7 Professional 64-bit
       #2

    It needs some kind of script or manifest to go along to get imported, you cannot just add a picture there alone.

    Or you could just mount the wim file and add it from there, then it will be copied even if it is only a picture. But then you would have to repeat it for each edition (index) one by one.
    Last edited by ish4d0w; 18 Jun 2021 at 16:05.
      My Computer


  3. Posts : 12
    pc wind 7 pro 32 bit
    Thread Starter
       #3

    ish4d0w said:
    It needs some kind of script or manifest to go along to get imported, you cannot just add a picture there alone.

    Or you could just mount the wim file and add it from there, then it will be copied even if it is only a picture. But then you would have to repeat it for each edition (index) one by one.
    What is this script..?
    knowing that I want to install a system w10 ltsc
      My Computer


  4. Posts : 16,119
    7 X64
       #4

    Get an iso from DELL and see how they do it.
      My Computers


  5. Posts : 12
    pc wind 7 pro 32 bit
    Thread Starter
       #5

    SIW2 said:
    Get an iso from DELL and see how they do it.
    Can you explain that
      My Computer


  6. Posts : 16,119
    7 X64
       #6

    What part dont you understand?

    1. download an iso file from one of the oems, e.g. Dell.

    2. look inside that iso at their oem folder and see how they do it.

    - - - Updated - - -

    How to Customize OEM Support Information in ( Windows 7) ISO
    knowing that I want to install a system w10 ltsc
    What does that mean? For windows 7 installation media an unattend xml file is used.

    I havent checked what they do in win10 iso files.

    This is from dell win7 iso you can copy what dell have done.
    OEM.zip


    For example:

    In the unattend.xml, change

    <OEMInformation>
    <Logo>%SystemRoot%\system32\oem\SystemLogo.bmp</Logo>
    <Manufacturer>Dell</Manufacturer>
    <SupportURL>http://support.dell.com</SupportURL>
    </OEMInformation>

    TO

    <OEMInformation>
    <Logo>%SystemRoot%\system32\oem\SystemLogo.bmp</Logo>
    <Manufacturer>Maargueb</Manufacturer>
    <SupportURL>http://support.Maargueb.com</SupportURL>
    </OEMInformation>

    If you have a logo you want to put in, then call it SystemLogo.bmp and put it in

    OEM\$$\system32\OEM folder

    If you have a wallpaper background picture you want to put in, then put it in

    OEM\$$\web\wallpaper

    and point at it by changing

    <Themes>
    <DesktopBackground>%SystemRoot%\web\wallpaper\Dell\Win7 LtBlue 1920x1200.jpg</DesktopBackground>
    <ThemeName>Dell</ThemeName>
    <WindowColor>FROST</WindowColor>
    <BrandIcon>%SystemRoot%\system32\oem\ThemeLogo.png</BrandIcon>
    <DefaultThemesOff>false</DefaultThemesOff>

    TO

    <Themes>
    <DesktopBackground>%SystemRoot%\web\wallpaper\Maarguebspicture.jpg</DesktopBackground>
    <ThemeName>Maargueb</ThemeName>
    <WindowColor>FROST</WindowColor>
    <BrandIcon>%SystemRoot%\system32\oem\ThemeLogo.png</BrandIcon>
    <DefaultThemesOff>false</DefaultThemesOff>
    </Themes>
    </Themes>

    and in OEM\$$\system32\OEM\ie.bat

    change

    :defaults
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:[URL] /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcome=1 /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcomePage=1 /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoFirstRunWizard=0 /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Help_Page=http://support.dell.com /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Home_Page=http://www.dell.com /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"


    if not [%PROCESSOR_ARCHITECTURE%]==[AMD64] GOTO CLEANUP
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:[URL] /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcome=1 /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcomePage=1 /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoFirstRunWizard=0 /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Help_Page=http://support.dell.com /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Home_Page=http://www.dell.com /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"

    TO

    :defaults
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:[URL] /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcome=1 /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcomePage=1 /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoFirstRunWizard=0 /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Help_Page=http://support.Maargueb.com /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Home_Page=http://www.Maargueb.com /File:"%ProgramFiles%\Internet Explorer\Signup\install.ins"


    if not [%PROCESSOR_ARCHITECTURE%]==[AMD64] GOTO CLEANUP
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:[URL] /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcome=1 /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoWelcomePage=1 /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:NoFirstRunWizard=0 /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Help_Page=http://support.Maargueb.com /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    cscript %systemroot%\system32\oem\TextAppend.vbs /Append:Home_Page=http://www.Maargueb.com /File:"%ProgramFiles(X86)%\Internet Explorer\Signup\install.ins"
    Last edited by SIW2; 19 Jun 2021 at 02:10.
      My Computers


  7. Posts : 12
    pc wind 7 pro 32 bit
    Thread Starter
       #7

    File name: unattend.xml
    <Themes>
    <DesktopBackground>%SystemRoot%\web\wallpaper\Maarguebspicture.jpg</DesktopBackground>
    <ThemeName>Maargueb</ThemeName>
    <WindowColor>FROST</WindowColor>
    <BrandIcon>%SystemRoot%\system32\oem\ThemeLogo.png</BrandIcon>
    <DefaultThemesOff>false</DefaultThemesOff>
    </Themes>
    </Themes>

    ============
    Is the method correct?

    Source\$OEM$ \ $$\system32\OEM folder. ----
    ------>SystemLogo.bmp
    unattend.xml


    Source\$OEM$ \$$\web\wallpaper ---->wallpaper background.jpg
    unattend.xml

    Source\$OEM$ \$$\system32\OEM\ie.bat ---------->ie.bat
      My Computer


  8. Posts : 16,119
    7 X64
       #8

    You should have :
    \sources\$OEM$\$$\setup\scripts\oobe.cmd
    \sources\$OEM$\$$\setup\scripts\unattend.xml

    \sources\$OEM$\$$\system32\OEM\ie.bat
    \sources\$OEM$\$$\system32\OEM\textappend.vbs
    \sources\$OEM$\$$\system32\OEM\Systemlogo.bmp
    \sources\$OEM$\$$\system32\OEM\ThemeLogo.png

    \sources\$OEM$\$$\web\wallpaper\maargueb.jpg

    Themelogo and systemlogo have to be the correct size - same size dell is using

    oobe.cmd
    Code:
    @echo off
    
    :CUSTOMIZATIONS
    if not exist %systemroot%\panther mkdir %systemroot%\panther 
    if not exist %systemroot%\panther\unattend.xml copy %systemroot%\setup\scripts\unattend.xml %systemroot%\panther\unattend.xml
    call %systemroot%\system32\oem\ie.bat
    
    
    :CLEANUP
    del /F /Q %systemroot%\setup\scripts\oobe.cmd
      My Computers


  9. Posts : 12
    pc wind 7 pro 32 bit
    Thread Starter
       #9

    thank you

    The method worked for me

    How to Customize OEM Support Information in ( Windows 7) iso-44444444.jpg
    Question:

    How do I put a picture?

    How to Customize OEM Support Information in ( Windows 7) iso-55555.jpg

    ==================
    Do you use this method for Windows 10
      My Computer


  10. Posts : 16,119
    7 X64
       #10

    I dont know about win10.

    I dont think you can put a picture where you indicated.
    Last edited by SIW2; 19 Jun 2021 at 16:27.
      My Computers


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:08.
Find Us