Jump to content

Recommended Posts

Posted

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 knowledge

of it.

Is there a line of code that I can add to the answer file to launch it? :unsure:

The wpi.hta is on the root of the disk.


Posted (edited)

%AppsRoot%Install\WPI\WPI.hta

:thumbup

Thanks checking it out

Here is my V-lite created answer file so where do I add it? :unsure:

<?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 by steviewonder
Posted

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.

Posted (edited)

I use WPI in UA Vista since a few months and it always works. :P

After first login, the WPI screen comes up and I can install the apps. WPI just rocks!

Edited by Dynaletik
Posted (edited)

Oh my god. This is awesome Kel. Thanks for this. Just tooo easy. :thumbup

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 by Dynaletik
Posted (edited)
OK here goes I tested this method on Home basic, Buisiness, and Ultimate and UAC never even gave me a complaint. O.o

Simply extract this to the root of your cd.

http://www.wpiw.net/downloads/sources.rar

It 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 by sp00f

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...