Windows 7 Thread, MYSysprep Error in Technical; Hi Guys,
I am pulling my hair out on this problem. I just can't figure out what is wrong with ...
-
16th December 2011, 12:39 PM #1
MYSysprep Error
Hi Guys,
I am pulling my hair out on this problem. I just can't figure out what is wrong with it. I have written a unattend.xml answer file, have put it in the sysprep directory alsong with the mysysprep.exe and it errors and destroys my image everytime. Any Chance that somebody could have a look over it for me and tell me where I might be going wrong?
Thanks
IMG_0034[1].jpg
Code:
<?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-GB</UILanguage>
</SetupUILanguage>
</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>Never</WillShowUI>
</ProductKey>
<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>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>1234</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
<RegisteredOrganization>Harefield Primary School</RegisteredOrganization>
<RegisteredOwner>The Headteacher</RegisteredOwner>
</component>
</settings>
<settings pass="specialize">
<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>0409:00000409</InputLocale>
<UserLocale>en-GB</UserLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-GB</UILanguage>
</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">
<ProductKey>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</ProductKey>
<ComputerName>%Please input a computer name%</ComputerName>
<CopyProfile>false</CopyProfile>
<RegisteredOrganization>Harefield Primary School</RegisteredOrganization>
<RegisteredOwner>The Headteacher</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>GMT Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<Credentials>
<Domain>harefield-pri.sch.uk</Domain>
<Username>Administrator</Username>
<Password>1234</Password>
</Credentials>
<JoinDomain>harefield-pri.sch.uk</JoinDomain>
</Identification>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://itsupport-pc/users/it%20support/desktop/unattended%20installation/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
-
-
IDG Tech News
-
16th December 2011, 01:36 PM #2 Ok found my problem! Can't believe it was so simple! I was using a plain Text password and had the <PlainText>false</PlainText> set to false when it should be true!!
-
-
16th December 2011, 01:37 PM #3 If you've copied the MySysprep and XML file to C:\Windows\System32\Sysprep, I'm not sure why the attachment you've posted reads C:\Windows\Panther
-
-
18th December 2011, 11:55 PM #4 Another one we have found with mysysptep is that when you type the computer name for adding to the domain, you need to have a max of 16 characters for the name.
-
-
19th December 2011, 04:24 PM #5
- Rep Power
- 9

Originally Posted by
timbo343
Another one we have found with mysysptep is that when you type the computer name for adding to the domain, you need to have a max of 16 characters for the name.
Second that. Had me out a few times!
-
SHARE:
Similar Threads
-
By Kyle in forum How do you do....it?
Replies: 5
Last Post: 24th January 2006, 10:53 PM
-
By ChrisH in forum Windows
Replies: 10
Last Post: 14th December 2005, 09:35 PM
-
By russdev in forum Windows
Replies: 2
Last Post: 25th November 2005, 02:46 PM
-
Replies: 4
Last Post: 18th November 2005, 12:10 PM
-
By ajbritton in forum Windows
Replies: 13
Last Post: 2nd November 2005, 03:13 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules