steviewonder Posted June 12, 2007 Posted June 12, 2007 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.
arabianhorse Posted June 13, 2007 Posted June 13, 2007 http://www.msfn.org/board/index.php?showtopic=95587
steviewonder Posted June 16, 2007 Author Posted June 16, 2007 (edited) %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, 2007 by steviewonder
steviewonder Posted June 16, 2007 Author Posted June 16, 2007 I found an easy solution:In this folder ---> sources\$OEM$\$Docs\All Users\Start Menu\Programs\Startup\Put this shortcut ---> WPI>HTA.lnk
razormoon Posted June 17, 2007 Posted June 17, 2007 Have you tried DVD:\sources\$OEM$\$$\setup\scripts\SetupComplete.cmd?http://technet2.microsoft.com/WindowsVista...3.mspx?mfr=true
steviewonder Posted June 20, 2007 Author Posted June 20, 2007 Have you tried DVD:\sources\$OEM$\$$\setup\scripts\SetupComplete.cmd?http://technet2.microsoft.com/WindowsVista...3.mspx?mfr=trueNo, I'll try it
MAVERICKS CHOICE Posted June 21, 2007 Posted June 21, 2007 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.
Dynaletik Posted June 21, 2007 Posted June 21, 2007 (edited) 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, 2007 by Dynaletik
Kelsenellenelvian Posted June 21, 2007 Posted June 21, 2007 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.
Kelsenellenelvian Posted June 21, 2007 Posted June 21, 2007 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.
Dynaletik Posted June 21, 2007 Posted June 21, 2007 (edited) 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, 2007 by Dynaletik
sp00f Posted June 22, 2007 Posted June 22, 2007 (edited) 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, 2007 by sp00f
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