Jump to content

Recommended Posts

Posted

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


Posted

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.

Posted

I think that I should rename my winnt.sif to WINNT.SIF !

everything else is similar to the thread you provided, except for:

Unattendswitch="Yes", they wrote it with the NO value

Posted

Well, what about

MsDosInititated="0"

Did you change that? In that thread that was the real problem. You have Inititated, which is not a word. It should be Initiated.

Posted

Dunno, must have been some kind of different language version of setup manager that didn't have the spelling-corrected MsDosInitiated

Posted

ah, I've got it :jump:

b0r3d, please report a bug in DaveXP's WinXP SIF Creator 2.0

I've used it to generate the sif file & it produces this "MsDosInititated" spelling mistake.

Posted

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 :)

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

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