Vista Sysprep Answer File

Discussion in 'Windows Vista' started by technotika, Nov 18, 2013.

  1. technotika

    technotika MDL Novice

    Apr 23, 2013
    2
    1
    0
    Hi Guys
    Im looking to put together an xml for sysprep vista that only prompts for the "computer name" and "product key" and nothing else. I've got so far with this but leaving the fields blank (in red ) causes the build to fail and also removing the entries completely just means it builds with no prompts. Any ideas welcome. Thanks


    <ComputerName>???????</ComputerName>
    <ProductKey>?????</ProductKey>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>Greenwich Mean Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX"
    processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral"
     
  2. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,397
    2,024
    60
    If you later generalize the image, computername, productkey and timezone will all be cleared
     
  3. technotika

    technotika MDL Novice

    Apr 23, 2013
    2
    1
    0
    thanks, not sure what you mean by that though?