MSFN Forum: Help! - Setup Error! - MSFN Forum

Jump to content



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

Help! - Setup Error! Rate Topic: -----

#1 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 07:19 AM

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

Quote

Fatal Error:
Internal Setup data structures are corrupted (phase 0)
here's my winnt.sif:

Quote

;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



#2 User is offline   flyakite 

  • Member
  • PipPip
  • Group: Members
  • Posts: 189
  • Joined: 17-September 03

Posted 21 October 2003 - 07:36 AM

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

#3 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 08:21 AM

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

#4 User is offline   flyakite 

  • Member
  • PipPip
  • Group: Members
  • Posts: 189
  • Joined: 17-September 03

Posted 21 October 2003 - 08:24 AM

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.

#5 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 08:56 AM

I will try

#6 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 08:58 AM

but why does the setup manager produce a wrong syntax like this: MsDosInititated="0" ?!
I've used setup manager before, and there was no problem!

#7 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 21 October 2003 - 09:05 AM

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

#8 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 09:11 AM

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.

#9 User is offline   b0r3d 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 821
  • Joined: 03-August 03

Posted 21 October 2003 - 09:16 AM

It's my winnt.sif creater, not DaveXP's :rolleyes:

And allrightey, ill fix that up :)

#10 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 09:20 AM

:) sorry man

#11 User is offline   b0r3d 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 821
  • Joined: 03-August 03

Posted 21 October 2003 - 09:25 AM

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

#12 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03

Posted 21 October 2003 - 10:01 AM

sorry I'm a bit lazy
where do we get the sif creater?

#13 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 21 October 2003 - 10:29 AM

b0r3d, on Oct 21 2003, 04:25 PM, said:

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.

#14 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 21 October 2003 - 02:01 PM

My Fault

#15 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 22 October 2003 - 12:39 PM

XtremeMaC: sorry man, I don't remember
try to ask one of the administrators, or go directly to b0r3d, he's the creator :)

#16 User is offline   Wicked187 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 16-October 03

Posted 22 October 2003 - 12:47 PM

It may be a good idea to edit your original post and remove something that you would not want all over the Internet. *Hint* It is not your password.

#17 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

  Posted 22 October 2003 - 03:05 PM

:) they're all fake, man
anyway, I've Removed them in order that people won't think that i'm an ideot as you surerly thought.
thanks for concerning though

#18 User is offline   ahab 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 21-June 04

Posted 24 June 2004 - 02:33 PM

flyakite, on Oct 21 2003, 07:36 AM, said:

FIRST. MsDosInititated="0"  SHOULD read
MsDosInitiated="0"

CURSES! CURSES! GAH!!

I think it was WINNTSIF.exe 2.0 that caused this.

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