Jump to content

how to slipstream OEM info to vista


Recommended Posts


What I do and what you can do is add your oem stuff into your wim (rt7 lite can do this I think) and use your autounattend.xml to add the path to the bitmaps and the text you want displayed...heres an example

    <settings pass="oobeSystem">
<component name="Microsoft-Windows-ehome-reg-inf" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OEMLogoUri>file://c:\windows\system32\oobe\info\vaio_mce_logo.png</OEMLogoUri>
<OEMName>Sony</OEMName>
<OEMName2>VAIO</OEMName2>
<WorkOffline>true</WorkOffline>
</component>
<component name="Microsoft-Windows-PerfCenterCPL" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<WindowsExperienceIndexOemInfo>
<Logo>c:\windows\system32\oobe\info\vaio_badge.bmp</Logo>
</WindowsExperienceIndexOemInfo>
</component>
<OEMInformation>
<Logo>c:\windows\system32\oobe\info\vaio_badge.bmp</Logo>
<Manufacturer>Sony Electronics Inc.</Manufacturer>
<Model>VAIO® Computer</Model>
<SupportHours>24 hours, 7 days support</SupportHours>
<SupportPhone>1-888-4SONYPC</SupportPhone>
<SupportURL>http://esupport.sony.com/EN/VAIO/</SupportURL>
</OEMInformation>
</settings>

Edited by ricktendo64
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...