+ Post New Thread
Results 1 to 5 of 5
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 ...
  1. #1

    Join Date
    May 2010
    Posts
    200
    Thank Post
    21
    Thanked 10 Times in 7 Posts
    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>

  2. IDG Tech News

  3. #2

    Join Date
    May 2010
    Posts
    200
    Thank Post
    21
    Thanked 10 Times in 7 Posts
    Rep Power
    6
    nm, fixed it

  4. #3

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,846
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,044 Times in 921 Posts
    Rep Power
    224
    How did you fix it please?

  5. #4

    Join Date
    Nov 2011
    Posts
    77
    Thank Post
    44
    Thanked 2 Times in 2 Posts
    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!

  6. #5

    Join Date
    May 2010
    Posts
    200
    Thank Post
    21
    Thanked 10 Times in 7 Posts
    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...

  7. Thanks to caffrey from:

    Jollity (11th February 2012)

SHARE:
+ Post New Thread

Similar Threads

  1. Sysprep
    By tosca925 in forum Windows
    Replies: 14
    Last Post: 7th April 2006, 01:53 PM
  2. Activate before Sysprep
    By thom in forum Windows
    Replies: 10
    Last Post: 4th April 2006, 03:30 PM
  3. Why isn't sysprep working?
    By Ric_ in forum Windows
    Replies: 10
    Last Post: 16th January 2006, 04:00 PM
  4. x64 Support?
    By indie in forum Learning Network Manager
    Replies: 6
    Last Post: 16th January 2006, 03:19 PM
  5. WiFi Settings + Sysprep dont play nice!
    By Inox in forum Windows
    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
  •