Jump to content

Guys What Wrong With This Unattended File?


Recommended Posts

Seems to have a problem when it gets to the windows shell bit

I have just added the organstation and owner part, so that bit is not tested

Please 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" />

Link to comment
Share on other sites


<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 password

you 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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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...