April 6, 201115 yr how to slipstream OEM info to vista,with 7lite its build in. but not in vlite, can somebody help me?
April 6, 201115 yr 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, 201115 yr by ricktendo64
Create an account or sign in to comment