Yurek3 Posted May 13, 2007 Author Posted May 13, 2007 I'm not sure but propobly autounattended.xml looks be likie this <?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>0415:00000415</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </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> <WillShowUI>OnError</WillShowUI> <Key>XXXX</Key> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Yurek</FullName> <Organization>Heaven</Organization> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>85</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <WillShowUI>OnError</WillShowUI> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> </component> </settings> <settings pass="specialize"> <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> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c ";FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppzRoot.txt SETX AppzRoot %i: -m";</Path> <Order>2</Order> <Path>cmd /c %AppzRoot%GROM\WPI\WPI.hta /sAll /rs</Path> <Description>Open WPI</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> </RunSynchronousCommand> </RunSynchronous> </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> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>85</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>Central Time (US&Canada)</TimeZone> </component> </settings> <cpi:offlineImage cpi:source="wim:h:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
Yurek3 Posted May 18, 2007 Author Posted May 18, 2007 sp00fYoy can put here your .js scripts for Vista Please
sp00f Posted May 23, 2007 Posted May 23, 2007 sp00fYoy can put here your .js scripts for Vista Pleasemake sure you have a file called "AppsRoot.txt" in the root of your dvd.and put this in specalize </RunSynchronousCommand>- <RunSynchronousCommand wcm:action="add"> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i:\ -m"</Path> <Order>1</Order>and in oobe :- <SynchronousCommand wcm:action="add"> <CommandLine>%AppsRoot%Install\WPI\WPI.hta</CommandLine> <Order>1</Order>So your WPI folder will be here : dvdrom\Install\WPI\WPI.htaMaybe you have to edit core.js to your own filenames, mine has :if (FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\AppsRoot.txt') || FileExists(li[i]+'\\sources\\install_Windows Vista (vLite) ULTIMATE.clg')) cddrv = li[i];I hope this is enough infocore.jsexampleconfig.js
Yurek3 Posted May 23, 2007 Author Posted May 23, 2007 One more question you can show me your "AppsRoot.txt" and Autounatend.xml Please.I wont make my self sure.THX a lot.
sp00f Posted May 24, 2007 Posted May 24, 2007 (edited) One more question you can show me your "AppsRoot.txt" and Autounatend.xml Please.I wont make my self sure.THX a lot.Appsroot.txt is just empty text fileand you cant just copy this xml, cause it comtains slipstreamd hotfixes etcautounattend.xml Edited May 24, 2007 by sp00f
Dumpy Dooby Posted May 24, 2007 Posted May 24, 2007 no one?If your error message were in English, I could help you.
sp00f Posted May 28, 2007 Posted May 28, 2007 no one?If your error message were in English, I could help you. When you read all the posts, then you would know its already solved
Yurek3 Posted June 17, 2007 Author Posted June 17, 2007 Sorry you can show me again exomple autounattend.xml where is patch for starting WPi.htathis other your xml file show me some PE error.Please
ashraf21c Posted October 9, 2007 Posted October 9, 2007 i will try but......i am using a 5CDs copy of Vista business.........shall i copy all 386 contents of all CDs in one 386 folder???????
Kelsenellenelvian Posted October 9, 2007 Posted October 9, 2007 I386 folder why in the hell would you copy that??
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