Windows 7 Thread, Sysprep x64 in Technical; I currently have a working fine 32bit image on wds - no problems works great.
So anyway thought it would ...
-
8th February 2012, 10:01 AM #1
- Rep Power
- 6
Sysprep x64
I currently have a working fine 32bit image on wds - no problems works great.
So anyway thought it would be trivial to create a 64bit image - but no, my unattend.xml gets ignored.
I created one using waik on a 64bit machine which didn't work and I also tried using the working 32bit xml and replaced the processor architecture with amd64 instead of x86 - still no go.
Its a simple unattend - just sets region etc, no errors are reported when sysprep is ran - also my batch file in the setup directory doesn't run either (deletes the xml file after installation)
any clues ?
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="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0809:00000809</InputLocale>
<UserLocale>en-GB</UserLocale>
<UILanguage>en-US</UILanguage>
<SystemLocale>en-GB</SystemLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<UserData>
<AcceptEula>true</AcceptEula>
<FullName></FullName>
<Organization>orgname</Organization>
<ProductKey>
<Key>ourproductkeyhere</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<TimeZone>GMT Standard Time</TimeZone>
<UserAccounts>
<AdministratorPassword>
<Value>nothereforobviousreasons</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-GB</UILanguage>
<UserLocale>en-GB</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<ComputerName>*</ComputerName>
<CopyProfile>false</CopyProfile>
<RegisteredOrganization></RegisteredOrganization>
<RegisteredOwner></RegisteredOwner>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
<ShowWindowsLive>false</ShowWindowsLive>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:c:/windows7/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
-
-
IDG Tech News
-
8th February 2012, 03:05 PM #2
-
-
8th February 2012, 10:38 PM #3 How did you fix it please?
-
-
8th February 2012, 10:58 PM #4
- Rep Power
- 4
Yes do bear in mind, caffrey, that posting "nm, fixed it" means that one day some poor techy is going to have the same problem, find your post and curse you to your own personal circle of hell for not actually posting how you did it!
-
-
9th February 2012, 09:43 AM #5
- Rep Power
- 6
Heh sorry, i'm usually rushing around.
Was my mistake, I must've used the wrong unnattend.xml - had a lot going on lately.
My initial assumptions were correct.
Basically if you want a 64 bit version of your 32bit version - Instead of going through the nightmare that is WAIK.
Just take a copy of your 32bit xml and replace all instances of processorArchitecture="x86" and replace with processorArchitecture="amd64"
Works great - still can't get copy profile to work but defprof works fine for me
Wish microsoft would make the oobe process easier...
-
Thanks to caffrey from:
Jollity (11th February 2012)
SHARE:
Similar Threads
-
By tosca925 in forum Windows
Replies: 14
Last Post: 7th April 2006, 01:53 PM
-
Replies: 10
Last Post: 4th April 2006, 03:30 PM
-
Replies: 10
Last Post: 16th January 2006, 04:00 PM
-
By indie in forum Learning Network Manager
Replies: 6
Last Post: 16th January 2006, 03:19 PM
-
Replies: 13
Last Post: 9th August 2005, 11:25 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
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