Jump to content

Recommended Posts

Posted

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


Posted (edited)

Hi

thanks for the reply

Thats weird, because the winnt.sif is copied from a working unattended CD (SP2 slipstreamed).

I will change the line and post back.

Thanks

Edited by elduderino
Posted

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

Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...