Jump to content

Unattended Files


Didyman

Recommended Posts

I'm pulling my hair out at the moment because I just can't seem to get my winnt.sif file to work. Yet if I create a standard one using the SetMgr it works fine. The problem I'm having is occuring when the GUI screen first starts up:-

Fatal Error

An error has been encountered that prevents Setup from continuing.

Internal Setup data structures are currupted (phase 0)

Can anyone see what I'm doing wrong - it's probably obvious but at the moment I can't see the wood for trees!! Many thanks in advanced :rolleyes:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductKey=

FullName="Triole XP Client"

OrgName="Fujitsu Serivce"

ComputerName=triolexp

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=70

[TapiLocation]

CountryCode=44

Dialing=Tone

AreaCode=020

LongDistanceAccess="9"

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=1

Use_Same_Proxy=1

HTTP_Proxy_Server=proxy.fel01.icl.local:80

Proxy_Override=*.icl.co.uk;*.fs.fujitsu.com;<local>

[identification]

JoinWorkgroup=triole

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=No

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

Link to comment
Share on other sites


I'm pulling my hair out at the moment because I just can't seem to get my winnt.sif file to work. Yet if I create a standard one using the SetMgr it works fine. The problem I'm having is occuring when the GUI screen first starts up:-

Fatal Error

An error has been encountered that prevents Setup from continuing.

Internal Setup data structures are currupted (phase 0)

Can anyone see what I'm doing wrong - it's probably obvious but at the moment I can't see the wood for trees!!  Many thanks in advanced  :rolleyes:

[unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=No

    TargetPath=\WINDOWS

First thing I see is that your [unattended] section seems to be a bit short

it should look more like this:

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
UnattendSwitch="yes"
WaitForReboot="No"
DriverSigningPolicy=Ignore
KeyboardLayout="United Kingdom"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...