Jump to content

Help needed.


Recommended Posts

hey all.. i've been making slipstreamed windows disks for about a month now

and so far haven't had any real problems. until today.

i made a disk for a friend, and for some reason every single time i try to instal windows i get the following Fatal Error:

An error has been encountered that prevents setup from continuing.

Internal setup data structures are corrupted (phase 0).

Press OK to view the setup log file.

this is a copy of my winnt.sif if it helps:

;SetupMgrTag
[Data]
Autopartition=0
MsDosInititated="0"
UnattendedInstall="Yes"
AutomaticUpdates=yes

[Unattended]
UnattendMode=FullUnattended
OemSkipEulA=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition=No
FileSystem=*
Unattendswitch="Yes"
WaitForReboot="No"
ProgramFilesDir="D:\Program Files"
CommonProgramFilesDir="D:\Program Files\My Common Files"
DriverSigningPolicy=Ignore
AutoActivate=Yes

[GuiUnattended]
AdminPassword=xxxxxxxxx
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=035
OemSkipWelcome=0
ProfilesDir="D:\Documents and Settings\"

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName=Dave
OrgName=Poly
ComputerName=xxxx

[TapiLocation]
CountryCode=1
Dialing=Tone

[RegionalSettings]
LanguageGroup=1
Language=00000809

[Identification]
JoinWorkgroup=workgroup

[Networking]
InstallDefaultComponents=Yes

[Componants]
msmsgs=off
msnexplr=off
OEAccess=off
media_clips=off
Accessopt=off
fax=off
hypertrm=off
zonegames=off

Link to comment
Share on other sites


On a quick glance I can only see one error (maybe yank spelling :P).

[Components]

You spelt it wrong, its e not a  :hello:

Hope it works now.

wow... the crazy thing is this was generated by WINNT.SIF creater 2.0, powered by users of msfn.org...

i will try correcting that, but do you think that is enough to solve my issue?

Link to comment
Share on other sites

After a more indepth look (im not sure if these make any difference)

FullName=Dave
OrgName=Poly

could be strings so should be:

FullName="Dave"
OrgName="Poly"

Also make sure the drive letters are correct on the commands D:\ etc

CommonProgramFilesDir="D:\Program Files\My Common Files"

and the components thing

other than that I cannot see anything wrong, if the problem continues look here

http://unattended.msfn.org/global/reference.htm

good luck

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