Jump to content

Line 33 error message


Recommended Posts

Hi

Can some one tell me which is line 33 of the winnt.sif file, am getting error message at start of installation.

Thanks

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=*

Repartition=No

FileSystem=ConvertNTFS

UnattendSwitch=No

DisableDynamicUpdates=Yes

Hibernation=No

WaitForReboot=No

DriverSigningPolicy=ignore

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=0

[Data]

AutomaticUpdates=yes

[userData]

ProductID=

FullName=

OrgName=

ComputerName=

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=75

[TapiLocation]

CountryCode=44

Dialing=Tone

AreaCode=01827

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

[branding]

BrandIEUsingUnattended=Yes

Home_Page=www.google.com

Help_Page=www.google.com

Search_Page=www.google.com

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=LOUCYPHERS

[Networking]

InstallDefaultComponents=Yes

[systemRestore]

MaximumDataStorePercentOfDisk=12

RestorePointLife=7

CheckpointSessionFrequency=24

Link to comment
Share on other sites


Hi

I have sorted the problem. there was a space between my first and second names. I removed the space and it works fine

[userData]

ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName=TxxxxxHxxxxxxxx

OrgName=

ComputerName=DELL8300

It seems not to matter if ProductId or ProductKey is used, i tried both and both work!

So, this means that in windows System properties/General/registered to: my names have no space between them!

So to avoid having to edit the registery, what do i have to do to the winnt.sif file.

Thanks

Link to comment
Share on other sites

Try Encase in quotes like so

[UserData]
FullName="Your Name"
OrgName="Organizations Name"

And NOT like thus

[UserData]
FullName=Your Name
OrgName=Organizations Name

That should allow spaces then in the name

Edited by ironside
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...