how to slipstream OEM info to vista,
with 7lite its build in. but not in vlite,
can somebody help me?
Page 1 of 1
how to slipstream OEM info to vista
#2
Posted 06 April 2011 - 01:04 PM
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>
This post has been edited by ricktendo64: 06 April 2011 - 01:06 PM
- ← Error 87 when using Win7 WAIK on Vistax64 source
- Unattended Windows Vista/Server 2008
- How do you remove the context menu →
Share this topic:
Page 1 of 1



Help
Back to top









