daylight76 Posted April 6, 2011 Posted April 6, 2011 how to slipstream OEM info to vista,with 7lite its build in. but not in vlite, can somebody help me?
ricktendo Posted April 6, 2011 Posted April 6, 2011 (edited) 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 April 6, 2011 by ricktendo64
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now