MitsuMan Posted November 22, 2009 Posted November 22, 2009 Helloi have try many things now. i have it Autounattend.xml and everything works finebut after i put in my username and windows ask for witch net i am on i chose. andthen windows is trying to finish it. and then wpi should start but i just stands there this is my SETUPCOMPLETE.cmdcmdow @ /HID@ECHO OFF%systemroot%\setup\scripts\regedit.exe /S startpage.regTITLE Welcome to Microsoft Windows XPrem Determin path to CDROM.for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\wpi.ico set CDROM=%%i:rem Determine path for WPI.set WPIPATH=%CDROM%\WPIrem Changing current path to WPI path.for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:cd "%wpipath%"rem Start WPI and wait for it to complete.start /wait WPI.htarem Delete Start.cmd.del /s /q %SystemDrive%\SETUPCOMPLETE.cmdexit:endfor %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:Start %cdrom%\WPI\wpi.exedel %0<?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>da-DK</UILanguage> </SetupUILanguage> <InputLocale>0406:00000406</InputLocale> <UserLocale>da-DK</UserLocale> <UILanguage>da-DK</UILanguage> <SystemLocale>da-DK</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>xxxxxxxxxxxxxxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>Bruger</Organization> <FullName>Bruger</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"> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> </OOBE> </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>Bruger-PC</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></unattend>
MitsuMan Posted November 22, 2009 Author Posted November 22, 2009 Hellonobody that have get win7 and wpi to work.... ?
Kelsenellenelvian Posted November 22, 2009 Posted November 22, 2009 for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:Start %cdrom%\WPI\wpi.exedel %0This is the older code I used.Trying a new thing tonight please check back.Do you have wpi.ico on your disk?
MitsuMan Posted November 23, 2009 Author Posted November 23, 2009 HelloYes i have a .ico images on my disk.i can see that this is the same as what i can download as for Vista.i am trying one more time.
MitsuMan Posted November 25, 2009 Author Posted November 25, 2009 Hello Againi get everything to work out just fine now. i dont know what had happen beforebut i download the one on yours homepage.. Thank you for all the help.
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