dd123pp Posted December 18, 2009 Posted December 18, 2009 Seems to have a problem when it gets to the windows shell bitI have just added the organstation and owner part, so that bit is not testedPlease help guy, this is really stressing me out<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-UK</InputLocale> <SystemLocale>en-UK</SystemLocale> <UILanguage>en-UK</UILanguage> <UILanguageFallback>en-UK</UILanguageFallback> <UserLocale>en-UK</UserLocale> </component> <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> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <Value>REMOVED</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Description>LocalAdmin</Description> <DisplayName>OckendonAdmin</DisplayName> <Group>Administrators</Group> <Name>OckendonAdmin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization>Ockendon</RegisteredOrganization> <RegisteredOwner>Headteacher</RegisteredOwner> <TimeZone>UTC</TimeZone> <ShowWindowsLive>false</ShowWindowsLive> <AutoLogon> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>OckendonAdmin</Username> </AutoLogon> </component> </settings> <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
maxXPsoft Posted December 18, 2009 Posted December 18, 2009 <TimeZone>UTC</TimeZone> what is that? should be something like this <TimeZone>Central Standard Time</TimeZone><PlainText>false</PlainText> don't use that unless you have an encrypted passwordyou should get an error if it crashes pretty much points to the section that failed. You can hit Shift+ F10 and get to cmd prompt, copy your Panther folder located C:\Windows\Panther to a usb and search for the errors
dd123pp Posted December 18, 2009 Author Posted December 18, 2009 Thanks mateI'll try that laternow with this - <PlainText>false</PlainText>Should I change this to true or just delete the whole line?
maxXPsoft Posted December 18, 2009 Posted December 18, 2009 remove it completely. If a value is default do not include it. In your case it's simply not encrypted so not needed.
Monty Carter Posted December 22, 2009 Posted December 22, 2009 Were you able to solve your issues?If not, could you be more specific about what isn't working? Does it process any of the rules from your unattend file? If so, which rules aren't processed? Does the whole installation process fail? If so, when exactly?There is one thing I noticed, but I am assuming it was a copy/paste error. The unattend file that you posted doesn't close the opening <unattend> tag. I loaded the unattend file you attached into SIM, and it gave me an XML error because there wasn't a </unattend> tag at the end of the document. I guess you just missed the last line when copying?
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