Jump to content

Help! - Setup Error!


Recommended Posts

I've made my unattended CD, but as soon as the GUI process starts, it gives me this message:

Fatal Error:

Internal Setup data structures are corrupted (phase 0)

here's my winnt.sif:
;SetupMgrTag

[Data]

Autopartition=0

MsDosInititated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEulA=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

Repartition=No

Unattendswitch="Yes"

WaitForReboot="No"

OemPnPDriversPath=Drivers\Motorolla\;Drivers\usb2\

DriverSigningPolicy=Ignore

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=No

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=120

OemSkipWelcome=1

[userData]

ProductKey=REMOVED

FullName="REMOVED"

OrgName="REMOVED"

ComputerName=REMOVED

[Display]

BitsPerPel=32

XResolution=800

YResolution=600

[TapiLocation]

CountryCode=012

Dialing=Tone

AreaCode=04

[RegionalSettings]

LanguageGroup=13,1

SystemLocale=00000409

UserLocale=00000409

InputLocale=0409:00000409

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Componants]

msmsgs=off

OEAccess=off

media_clips=off

Accessopt=off

templates=off

fax=off

Clipbook=off

hypertrm=off

zonegames=off

[GUIRunOnce]

%systemdrive%\install\menudelay0.vbs

%systemdrive%\install\acomplete.vbs

%systemdrive%\install\main_batch.cmd

%systemdrive%\install\hotfixes\hotfixes.cmd

Link to comment
Share on other sites


lol, I searched google for that error message, and the very first entry that showed up was to a thread here on MSFN.

http://board.MSFN.org/index.php?showtopic=9353

Check that thread out. Looks like there are a couple of things you can try.

FIRST. MsDosInititated="0" SHOULD read

MsDosInitiated="0"

You had Initit, which should be Initiat

IF that doesn't work, THEN try these.

Rename your winnt.sif to WINNT.SIF all caps. Remove quotes from MsDosInititated="0"

UnattendedInstall="Yes"

so it's just 0 and Yes.

OemPnPDriversPath=Drivers\Motorolla\;Drivers\usb2\ should be

OemPnPDriversPath="\Drivers\Motorolla\;\Drivers\usb2\"

You need the back slashes in front of Drivers so that it knows they are directories.

Link to comment
Share on other sites

hehe dont mention it.

I'm just curious as to what made you think it was created by DaveXP, when my name is branded all throughout the program lol :)

Yes it is bor3d's i even put in my script that it wss bor3d's in a great program to.

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...