MSFN Forum: Unattended Setup Error -- Winnt.sif Problem - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended Setup Error -- Winnt.sif Problem Rate Topic: -----

#1 User is offline   Jondar 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 31-August 04

Posted 22 March 2005 - 01:53 PM

Hi,

I've been working on making an unattended and nLited CD for XP Home SP2. I've followed the Unattended Guide, and used the Setupmgr in the Deployment Tools.

Everything works OK (meaning it installs fine), except for one annoying error message at about T-33. The error message is:

Quote

Unattended Setup is unable to continue because a Setup parameter specified by your system administrator or computer manufacturer is missing or invalid. Setup must therefore ask you to provide this information now.

Once you have furnished the required information Unattended Setup operation will continue.


After accepting the error dialog box, the "What's your computer's name?" box appears, with the input box grayed out, but with the computer name I specifed in WINNT.SIF included. I click Next to accept the name, and Setup proceeds normally after that point.

I don't think it's an nLite problem, as the same message appears on a test ISO that wasn't nLited, so I'm posting it in this forum.

I've probably made some silly error that I just can't spot right now, so I'd appreciate it if someone can look over my WINNT.SIF file to see if anything is out of place?

;SetupMgrTag
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
    AutomaticUpdates="Yes"

[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\Windows
    UnattendSwitch="No"
    WaitForReboot="No"
    ProgramFilesDir=\Programs
    CommonProgramFilesDir=\Programs\Common

[GuiUnattended]
    EncryptedAdminPassword=No
    OEMSkipRegional=1
    TimeZone=255
    OemSkipWelcome=1
    ProfilesDir=%SystemDrive%\Profiles

[UserData]
    ComputerName=VAROS
    FullName="xxxxxxxxxx"
    OrgName="xxxxxxxxxx"
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

[Display]
    BitsPerPel=16
    Xresolution=1024
    YResolution=768
    Vrefresh=85
    AutoConfirm=1

[TapiLocation]
    CountryCode=61
    Dialing=Tone
    AreaCode=2

[RegionalSettings]
    LanguageGroup=1
    SystemLocale=00000c09
    UserLocale=00000c09
    InputLocale=0c09:00000409

[Identification]
    JoinWorkgroup=VAROSNET

[Networking]
    InstallDefaultComponents=Yes

[Components]
    Fax=On

[Shell]
    DefaultStartPanelOff=Yes


Thanks in advance for your help!

Jondar


#2 User is offline   bauzer71487 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 17-February 05

Posted 22 March 2005 - 11:15 PM

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates=yes

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\Windows
   UnattendSwitch="No"
   WaitForReboot="No"
   ProgramFilesDir=\Programs
   CommonProgramFilesDir=\Programs\Common

[GuiUnattended]
   EncryptedAdminPassword=No
   OEMSkipRegional=1
   TimeZone=255
   OemSkipWelcome=1
   ProfilesDir=%SystemDrive%\Profiles

[UserData]
   FullName="xxxxxxxxxx"
   OrgName="xxxxxxxxxx"
   ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   ComputerName=VAROS

[Display]
   BitsPerPel=16
   Xresolution=1024
   YResolution=768
   Vrefresh=85
   AutoConfirm=1

[TapiLocation]
   CountryCode=61
   Dialing=Tone
   AreaCode=2

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000c09
   UserLocale=00000c09
   InputLocale=0c09:00000409

[Identification]
   JoinWorkgroup=VAROSNET

[Networking]
   InstallDefaultComponents=Yes

[Components]
   Fax=On

[Shell]
   DefaultStartPanelOff=Yes


That should do it for ya... i hope..

#3 User is offline   PeonPower 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 21-February 05

Posted 23 March 2005 - 01:08 AM

try this:

ComputerName="VAROS"


#4 User is offline   Jondar 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 31-August 04

Posted 24 March 2005 - 04:51 AM

@bauzer
@peonpower

Thanks for your tips, unfortunately they didn't help :-( I'm still getting the error message, and the greyed out computer name box.

#5 User is offline   Dahi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 146
  • Joined: 25-November 03

Posted 24 March 2005 - 06:35 AM

Not sure, but try
 UnattendSwitch="Yes"


#6 User is offline   Jondar 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 31-August 04

Posted 24 March 2005 - 10:15 PM

@Dahi:

Thanks for your tip, but it didn't work with the file I was using.

#7 User is offline   Jondar 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 31-August 04

Posted 24 March 2005 - 10:20 PM

I finally got it to work!

I'm not 100% sure what I did wrong, but I think that some how, the WINNT.SIF file I had made was slightly corrupt.

What I ended up doing in a fit of frustration was to run SETUPMGR in the Deployment Tools again, answering the questions with the information I already had. Once I had a WINNT.SIF from that, I rebuilt my ISO and tested it in VirtualPC... It worked fine, (the answers I had were identical to the one I posted).

Once I did that, I added back in the settings that SETUPMGR doesn't ask, like ProgramFilesDir and CommonProgramFilesDir. I added them back in by manually typing them into the relevant sections, instead of cut-and-paste. I then rebuilt the ISO again, and tested it in VirtualPC. Again it worked fine!

I'm happy now, and thanks to everyone for your help and suggestions, they've been great.

Jondar

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy