geese howard Posted January 20, 2007 Posted January 20, 2007 here is my autounattend.xml.<?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing /> - <settings pass="windowsPE">- <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> <AcceptEula>true</AcceptEula> <FullName>***********</FullName> <Organization>***********</Organization> </UserData> <EnableFirewall>false</EnableFirewall> <UseConfigurationSet>false</UseConfigurationSet> <Restart>Restart</Restart> - <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration>- <ImageInstall>- <OSImage>- <InstallFrom>- <MetaData wcm:action="add"> <Key>1</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> </component>- <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> <SystemLocale>en-uS</SystemLocale> <InputLocale>66582:00010416</InputLocale> <UserLocale>en-US</UserLocale> <UILanguageFallback>en-US</UILanguageFallback> <UILanguage>en-US</UILanguage> </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> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Home</NetworkLocation> </OOBE>- <AutoLogon> <Enabled>true</Enabled> <LogonCount>400000</LogonCount> <Username>Administrator</Username> </AutoLogon> <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet> <StartPanelOff>true</StartPanelOff> <TimeZone>E. South America Standard Time</TimeZone> </component>- <component name="Microsoft-Windows-Sidebar" 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"> <SidebarOnByDefault>false</SidebarOnByDefault> <SidebarVisible>false</SidebarVisible> </component> </settings>- <settings pass="specialize">- <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <Help_Page>http://www.google.com</Help_Page> <Home_Page>http://www.uol.com.br</Home_Page> <ShowInformationBar>false</ShowInformationBar> <PlaySound>false</PlaySound> <BlockPopups>no</BlockPopups> </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>- <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> </settings>- <settings pass="auditSystem">- <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">- <DriverPaths>- <PathAndCredentials wcm:action="add" wcm:keyValue="cd7c395"> <Path>%SystemRoot%\PnPdrvrs</Path> </PathAndCredentials> </DriverPaths> </component> </settings>- <settings pass="generalize">- <component name="Microsoft-Windows-SharedAccess" 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"> <EnableICS>false</EnableICS> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vista%20rtm/lrmcfre_en_dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>But i´ve always had this error....What´s wrong?
Jeroeneke Posted January 23, 2007 Posted January 23, 2007 I've got the same problem, this is what I didextracted the MSDNAA image, opened the folder with nLite and removed some components. Then created an Autounattend.xml file with Windwos SIM. I also created a configuration set and I saved a folder in the root of my dvd named "oem" (whithout the $ marks).If I then load the image in VMWare I get the following error:"Cannot load bootstrap-settings for Windows PE given in the answerfile"Installing without my answer file does just fine. It only takes the answer file if it's in the root of my DVD. replacing/removing the oem folder didn't do anything..this is my AutoUnattend.xml file:<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Jeroen Jacobs</FullName> </UserData> <EnableFirewall>false</EnableFirewall> <UseConfigurationSet>true</UseConfigurationSet> </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>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <OEMInformation> <HelpCustomized>false</HelpCustomized> <Manufacturer>Sony</Manufacturer> <Model>Vaio FE 21M</Model> <SupportURL>https://e-support.vaio-link.com/eSupport/PortalJSP/Portal.jsp</SupportURL> <SupportPhone>02 717 32 18</SupportPhone> <SupportHours>maandat tot vrijdag vanaf 8u tot 18u</SupportHours> <Logo>%Windows%\System32\vaio.bmp</Logo> </OEMInformation> <UserAccounts> <AdministratorPassword> <Value>xxxxxxxxxxxxxx</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>xxxxxxxxxxx</Value> <PlainText>false</PlainText> </Password> <DisplayName>Jeroen</DisplayName> <Name>Jeroen</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <VisualEffects> <FontSmoothing>On</FontSmoothing> </VisualEffects> <RegisteredOwner>Jeroen</RegisteredOwner> <RegisteredOrganization /> <TimeZone>Romance Standard Time</TimeZone> <ShowWindowsLive>false</ShowWindowsLive> </component> <component name="Microsoft-Windows-Sidebar" 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"> <SidebarVisible>false</SidebarVisible> <SidebarOnByDefault>false</SidebarOnByDefault> <Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1> <Gadget2 /> <Gadget3 /> </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"> <Display> <DPI>96</DPI> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>800</VerticalResolution> </Display> <RegisteredOwner>Jeroen</RegisteredOwner> <RegisteredOrganization /> <TimeZone>Romance Standard Time</TimeZone> <ComputerName>jeroen_laptop</ComputerName> <ShowWindowsLive>false</ShowWindowsLive> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <SearchScopes> <Scope wcm:action="add"> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeDefault>true</ScopeDefault> <ScopeKey>Google</ScopeKey> <ScopeUrl>http://www.google.be/</ScopeUrl> </Scope> </SearchScopes> <Home_Page>http://www.google.be/</Home_Page> <Help_Page>http://www.google.be/</Help_Page> <IEWelcomeMsg>false</IEWelcomeMsg> <BlockPopups>yes</BlockPopups> <FavoritesDelete>true</FavoritesDelete> <FilterLevel>Medium</FilterLevel> </component> <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> <component name="Security-Malware-Windows-Defender" 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"> <DisableAntiSpyware>true</DisableAntiSpyware> </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:d:/downloads/vista/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>I couldn't find anything on the forums/google, I wantet to create a new topic but I saw this guy had the same thing as me!Thanks in advance!
FireGeier Posted January 23, 2007 Posted January 23, 2007 ...- <InstallFrom>- <MetaData wcm:action="add"> <Key>1</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom>...I don't know if it will fix the error but this setting is wrong. Try to change it to:<InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData></InstallFrom>@ Jeroeneke:Try to add the <InstallFrom> Tag to your answer file. At wich state does the error come up?Martin
Jeroeneke Posted January 23, 2007 Posted January 23, 2007 Try to add the <InstallFrom> Tag to your answer file. At wich state does the error come up?MartinThis error comes up before the installation even begins... when you should get the screen to click install (first screen you get) this pops up, so I don't get anything. Clicking "OK" just reboots my VM..I will add the install from key and test it! thx!
Jeroeneke Posted January 23, 2007 Posted January 23, 2007 <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData></InstallFrom>Can you give an example of /IMAGE/NAME ?the help file included in WAIK doesn't give that much information...
FireGeier Posted January 23, 2007 Posted January 23, 2007 ...Can you give an example of /IMAGE/NAME ?...Ok... if you use imagex /info <PathToMyVistaDVD>\sources\install.wim you'll get something like the following:MetaData gives you three options to identify the image you want to choose:Key: /IMAGE/INDEX ----> Value = Value from <Image Index> (1 in the picture above)Key: /IMAGE/NAME ----> Value = Value from <Name> (Windows Vista BUSINESS in the picture above)Key: /IMAGE/DESCRIPTION -----> Value = Value from <Description> (Windows Vista BUSINESS in the picture above)That means, you've the option to use for <Key> /IMAGE/INDEX OR /IMAGE/NAME OR /IMAGE/DESCRIPTION.Than you use imagex /info to find the right value fot the Key you wanna use. For the example in the picture <MetaDate> would look like this:<InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData></InstallFrom>OR<InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista BUSINESS</Value> </MetaData></InstallFrom>OR<InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/DESCRIPTION</Key> <Value>Windows Vista BUSINESS</Value> </MetaData></InstallFrom>Martin
Jeroeneke Posted January 23, 2007 Posted January 23, 2007 I did what you described and it should be correct now, but it didn't work neither.I'm thinking about testing my answer file on an original (non- vLited) copy of Vista.this is the answer file i've tested with:<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <WillShowUI>OnError</WillShowUI> <InstallFrom> <MetaData wcm:action="add"> <Value>1</Value> <Key>/IMAGE/INDEX</Key> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Jeroen Jacobs</FullName> </UserData> <EnableFirewall>false</EnableFirewall> <UseConfigurationSet>true</UseConfigurationSet> </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>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <OEMInformation> <HelpCustomized>false</HelpCustomized> <Manufacturer>Sony</Manufacturer> <Model>Vaio FE 21M</Model> <SupportURL>https://e-support.vaio-link.com/eSupport/PortalJSP/Portal.jsp</SupportURL> <SupportPhone>02 717 32 18</SupportPhone> <SupportHours>maandat tot vrijdag vanaf 8u tot 18u</SupportHours> <Logo>%Windows%\System32\vaio.bmp</Logo> </OEMInformation> <UserAccounts> <AdministratorPassword> <Value>xxxxxx</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>xxxxxxxx</Value> <PlainText>false</PlainText> </Password> <DisplayName>Jeroen</DisplayName> <Name>Jeroen</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <VisualEffects> <FontSmoothing>On</FontSmoothing> </VisualEffects> <RegisteredOwner>Jeroen</RegisteredOwner> <RegisteredOrganization /> <TimeZone>Romance Standard Time</TimeZone> <ShowWindowsLive>false</ShowWindowsLive> </component> <component name="Microsoft-Windows-Sidebar" 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"> <SidebarVisible>false</SidebarVisible> <SidebarOnByDefault>false</SidebarOnByDefault> <Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1> <Gadget2 /> <Gadget3 /> </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"> <Display> <DPI>96</DPI> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>800</VerticalResolution> </Display> <RegisteredOwner>Jeroen</RegisteredOwner> <RegisteredOrganization /> <TimeZone>Romance Standard Time</TimeZone> <ComputerName>jeroen_laptop</ComputerName> <ShowWindowsLive>false</ShowWindowsLive> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <SearchScopes> <Scope wcm:action="add"> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeDefault>true</ScopeDefault> <ScopeKey>Google</ScopeKey> <ScopeUrl>http://www.google.be/</ScopeUrl> </Scope> </SearchScopes> <Home_Page>http://www.google.be/</Home_Page> <Help_Page>http://www.google.be/</Help_Page> <IEWelcomeMsg>false</IEWelcomeMsg> <BlockPopups>yes</BlockPopups> <FavoritesDelete>true</FavoritesDelete> <FilterLevel>Medium</FilterLevel> </component> <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> <component name="Security-Malware-Windows-Defender" 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"> <DisableAntiSpyware>true</DisableAntiSpyware> </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:d:/downloads/vista/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
urie Posted January 23, 2007 Posted January 23, 2007 @Jeroeneke you have,<InstallFrom> <MetaData wcm:action="add"> <Value>1</Value> <Key>/IMAGE/INDEX</Key> </MetaData></InstallFrom>Should Be,<InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData></InstallFrom>
Jeroeneke Posted January 23, 2007 Posted January 23, 2007 (edited) Thx,it was done so by WSIM... :sI've already noticed WSIM puts everyhting in the oposite order ...EDIT: nope, still the same error!I also get this error with the original image of Vista... I guess it's something else ? Edited January 23, 2007 by Jeroeneke
Jeroeneke Posted January 24, 2007 Posted January 24, 2007 I fixed the error by copying the complete WinPE part of this file:http://www.msfn.org/board/index.php?s=&...st&p=610296The only thing left is that I'm not able to install without a key... There are some problems with my MSDNAA account (for everybody of my school), we're waiting already more than a month on Vista keys...
geese howard Posted January 24, 2007 Author Posted January 24, 2007 I fixed the error by copying the complete WinPE part of this file:http://www.msfn.org/board/index.php?s=&...st&p=610296The only thing left is that I'm not able to install without a key... There are some problems with my MSDNAA account (for everybody of my school), we're waiting already more than a month on Vista keys... Strange...my key didn´t work in unattended instalation...and i don´t know to skip the key.
vim Posted January 24, 2007 Posted January 24, 2007 I fixed the error by copying the complete WinPE part of this file:http://www.msfn.org/board/index.php?s=&...st&p=610296The only thing left is that I'm not able to install without a key... There are some problems with my MSDNAA account (for everybody of my school), we're waiting already more than a month on Vista keys... Strange...my key didn´t work in unattended instalation...and i don´t know to skip the key.Just to let you know, that someone on this forum, did install without the key. I can't recall where right now, but I will try and find it for you. You could google this site for vista unattended in the mean time.
Jeroeneke Posted January 25, 2007 Posted January 25, 2007 I fixed the error by copying the complete WinPE part of this file:http://www.msfn.org/board/index.php?s=&...st&p=610296The only thing left is that I'm not able to install without a key... There are some problems with my MSDNAA account (for everybody of my school), we're waiting already more than a month on Vista keys... Strange...my key didn´t work in unattended instalation...and i don´t know to skip the key.I also can't install without a key (I haven't got one at the moment, it should be here every minute...) I think it is impossible to skip the key part if you don't have one.. unless we find the guy that was able to... it isn't such a big problem, the only disadvantage is taht I'll have to wait to continu till I hace a key
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