Answer File
Results 1 to 3 of 3

Thread: Answer File

  1. #1
    Registered User Poseidon's Avatar
    Join Date
    Jan 2001
    Location
    Knoxville, TN USA
    Posts
    1,762

    Answer File

    Alright, call me an idiot, but this has been bugging me for quite some time now. Below is a basic Windows XP answer file I use. This particular one is what I used on workstation I just built the other day.

    Code:
    ;SetupMgrTag
    [Data]
        AutoPartition=1
        MsDosInitiated="0"
        UnattendedInstall="Yes"
    
    [Unattended]
        UnattendMode=FullUnattended
        OemSkipEula=Yes
        OemPreinstall=No
        Repartition=Yes	    
        TargetPath=\WINDOWS
    
    [GuiUnattended]
        AdminPassword=*
        EncryptedAdminPassword=NO
        AutoLogon=Yes 
        AutoLogonCount=1
        OEMSkipRegional=1
        TimeZone=20
        OemSkipWelcome=1
    
    [UserData]
        ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
        FullName="XXXXX"
        OrgName="XXXXXXX"
        ComputerName=XXXWinXPHome
    
    [TapiLocation]
        CountryCode=1
    
    [Display]
        BitsPerPel=16
        Xresolution=800
        YResolution=600
        Vrefresh=60
    
    [RegionalSettings]
        LanguageGroup=1
        Language=00000409
    
    
    [Branding]
        BrandIEUsingUnattended=Yes
    
    [URL]
        Home_Page=http://news.google.com
    
    [Proxy]
        Proxy_Enable=0
        Use_Same_Proxy=1
    
    [Identification]
        JoinWorkgroup=XXXXXXXXXX
    
    [Networking]
        InstallDefaultComponents=Yes

    Works well except for the display settings prompt. This is suppose to be a complete unattended install. But no matter what I set the display settings to, during installation I get the “windows is about change your display settings (or something similar) user prompt. This brings the installation to a pause – until the “ok” button is clicked.

    I get this with both XP Pro and Home, but not 2000. This is more than just a little annoying, it is really starting to bug me.

    What I would like to do is start the install process as I am walking out the door on the way to a service call and have it all nice and ready when I return.

    Any ideas???
    Last edited by Poseidon; September 11th, 2004 at 11:08 AM.
    The early bird may get the worm; but the second mouse gets the cheese!

  2. #2
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    missed a parameter!

    [Display]
    BitsPerPel=16
    Xresolution=800
    YResolution=600
    Vrefresh=60
    AutoConfirm=(Value: 0 | 1)

  3. #3
    Registered User Poseidon's Avatar
    Join Date
    Jan 2001
    Location
    Knoxville, TN USA
    Posts
    1,762
    Quote Originally Posted by NooNoo
    missed a parameter!

    [Display]
    BitsPerPel=16
    Xresolution=800
    YResolution=600
    Vrefresh=60
    AutoConfirm=(Value: 0 | 1)

    Ahh! Thanks!

Similar Threads

  1. WD SATA Raptor probs on XP
    By Furio53 in forum Hard Drive/IDE/SCSI Drivers
    Replies: 16
    Last Post: January 14th, 2005, 10:55 AM
  2. sysprep answer file deploying 2k pro
    By kato2274 in forum Windows NT/2000
    Replies: 2
    Last Post: November 14th, 2003, 07:28 PM
  3. ¿.exe dos file, cant open?!
    By PacMan in forum Windows XP
    Replies: 5
    Last Post: October 17th, 2002, 08:28 PM
  4. .in2 "temporary" file
    By nadm2000 in forum Windows NT/2000
    Replies: 7
    Last Post: July 19th, 2001, 06:42 AM
  5. [RESOLVED] Fatal Error - VFAT problem, need help
    By KevinPKT in forum Windows 95/98/98SE/ME
    Replies: 3
    Last Post: February 8th, 2001, 10:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •