June 12, 200719 yr I've added wpi to the Vista DVD and everything works great.Only thing I need to do now is have wpi launch after install.My Unnattended. XML was created in V-lite as I have limited knowledgeof it.Is there a line of code that I can add to the answer file to launch it? The wpi.hta is on the root of the disk.
June 16, 200719 yr Author %AppsRoot%Install\WPI\WPI.hta Thanks checking it outHere is my V-lite created answer file so where do I add it? <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend">- <settings pass="windowsPE">- <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">- <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>00040408</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component>- <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">- <UserData>- <ProductKey> <Key></Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>none</Organization> <FullName>User</FullName> <AcceptEula>true</AcceptEula> </UserData> </component> </settings>- <settings pass="oobeSystem">- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">- <AutoLogon>- <Password> <Value /> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon>- <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>(GMT-08:00) Pacific Time (US & Canada)</TimeZone> - <UserAccounts>- <AdministratorPassword> <Value /> </AdministratorPassword> </UserAccounts> </component> </settings>- <settings pass="specialize">- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>none</ComputerName> </component>- <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> <cpi:offlineImage cpi:source="wim:C:/vLite2/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Edited June 16, 200719 yr by steviewonder
June 16, 200719 yr Author I found an easy solution:In this folder ---> sources\$OEM$\$Docs\All Users\Start Menu\Programs\Startup\Put this shortcut ---> WPI>HTA.lnk
June 17, 200719 yr Have you tried DVD:\sources\$OEM$\$$\setup\scripts\SetupComplete.cmd?http://technet2.microsoft.com/WindowsVista...3.mspx?mfr=true
June 20, 200719 yr Author Have you tried DVD:\sources\$OEM$\$$\setup\scripts\SetupComplete.cmd?http://technet2.microsoft.com/WindowsVista...3.mspx?mfr=trueNo, I'll try it
June 21, 200719 yr Only problem with this guys you need to clean the script following execution or else it will try to run following a restart reboot etc.The first logon/run once from your xml is a far better option here.
June 21, 200719 yr I use WPI in UA Vista since a few months and it always works. After first login, the WPI screen comes up and I can install the apps. WPI just rocks! Edited June 21, 200719 yr by Dynaletik
June 21, 200719 yr Yeah but my implementation is a simple cmd file placed in the right section so it would be just "Drop Here" for those technically challenged folks.
June 21, 200719 yr OK here goes I tested this method on Home basic, Buisiness, and Ultimate and UAC never even gave me a complaint. O.oSimply extract this to the root of your cd.http://www.wpiw.net/downloads/sources.rarIt will ask something like do you want to overwrite\add the folder just say yes.
June 21, 200719 yr Oh my god. This is awesome Kel. Thanks for this. Just tooo easy. Just tested and works! Didn't read about the "sources\$OEM$\" method before, it doesn't even need any entries in the AutoUnattend.xml and it seems to work like OEM method in XP. Edited June 21, 200719 yr by Dynaletik
June 22, 200719 yr OK here goes I tested this method on Home basic, Buisiness, and Ultimate and UAC never even gave me a complaint. O.oSimply extract this to the root of your cd.http://www.wpiw.net/downloads/sources.rarIt will ask something like do you want to overwrite\add the folder just say yes.This doesnt work for all of us, i install other things at that point and let the pc reboot there.So thats why i use the XML way. Edited June 22, 200719 yr by sp00f
Create an account or sign in to comment