Jump to content

Error messages from winnt.sif


Recommended Posts

here is the situation:

I have just completed my first unattended dvd with the programs, drivers , documents and so and so ... and now it's time for the testing fase

i am testing with a dvd+rw and vm ware 5

now when i boot the virtual machine , windows setup starts to load and then i get an error message like: line 17 from winnt.sif is not valid setup cannot continue...

i will post my version of winnt.sif below the topic

i have traced the problem to the line where my keyboardlayout is declared.

KeyBoardLayOut=Belgian Dutch

now this doesn't seem to work and i have tried it like this 2

KeyBoardLayOut="Belgian Dutch"

that was my first try and at that point it said that the language specified was invalid

i think , can't recall it very clearly :blink:

anyway plz help i'm out of options here

Greetz

Winnt.sif :

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

AutomaticUpdates="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="Yes"

WaitForReboot="No"

DriverSigningPolicy=Ignore

OemPnPDriversPath="drivers\Nvidia;drivers\VIAChipset\Inf\Winxp;drivers\Printer\win2k_xp;drivers\Keyboard\Win2K_XP;drivers\Webcam\Drivers\WinAll\XPRS"

KeyboardLayout=Belgian Dutch

AutoActivate = Yes

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=105

OemSkipWelcome=1

[userData]

ProductKey=xxxxxxxxxxxxxxxxx

FullName="Wundagore"

OrgName="Uplink Corp."

ComputerName=BaseWunda

[Display]

BitsPerPel=16

Xresolution=1280

YResolution=1024

Vrefresh=75

AutoConfirm=1

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000813

UserLocale=00000813

InputLocale=0813:00000813

[FavoritesEx]

Title1="Ctrl-Alt-Del.url"

URL1="http://www.cad-comic.com"

Title2="Webstek.url"

URL2="http://users.pandora.be/Wundagore"

Title3="Telenet Games.url"

URL3="http://www.games.telenet.be"

Title4="Telenet.url"

URL4="http://www.telenet.be"

Title5="Diablo II.url"

URL5="http://www.diabloii.net"

Title6="Diablo II Arreat Summit .url"

URL6="http://www.battle.net/diablo2exp/"

Title7="Body-fit.url"

URL7="http://www.bodyfit.be"

Title8="Xlink Kai.url"

URL8="http://www.teamxlink.co.uk/?go=quickstart"

Title9="KBC On line.url"

URL9="http://www.kbc.be"

Title10="MSN Space Kim.url"

URL10="http://spaces.msn.com/members/FluSeiBra/"

Title11="Telenet Games Forum.url"

URL11="http://games.telenet.be/forum/"

Title12="Google.url"

URL12="http://www.google.be/"

Title13="Downloads.url"

URL13="http://www.download.com"

Title14="Clickx Magazine.url"

URL14="http://clickxmagazine.zdnet.be/"

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.ircspy.com

Search_Page=http://www.google.be

[Proxy]

Proxy_Enable=1

Use_Same_Proxy=1

HTTP_Proxy_Server=proxy.pandora.be:8080

Proxy_Override=<local>

[identification]

JoinWorkgroup=HomeLan

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=Yes

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

[Components]

msmsgs=off

msnexplr=off

freecell=off

hearts=off

minesweeper=off

pinball=off

zonegames=off

[shell]

DefaultStartPanelOff=No

DefaultThemeFile = "%WinDir%\Resources\Themes\Luna.theme"

[WindowsFirewall]

Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

[GuiRunOnce]

%systemdrive%\install\main_batch.cmd

%systemdrive%\install\applications.cmd

%systemdrive%\install\cleanup.cmd

Link to comment
Share on other sites


[U][B]Keyboard Layout[/B][/U]
[B]Specifies the type of keyboard layout to install during text-mode Setup.{/B]


Syntax  = layout_description
Value layout_description
Example KeyboardLayout = Us

Comments:
If this entry does not exist, Setup detects and installs a keyboard layout.
This entry must match one of the right-hand strings (in quotation marks) in the [Keyboard Layout] section of TxtSetup.sif.

This is a direct quote from the Windows SP2 Deployment Tools CHM.

Make sure that your sytax is correct

Edited by Hatefulsorrow
Link to comment
Share on other sites

Assuming that Belgian Dutch is a valid value, try using an underscore instead of a space: "Belgian_Dutch".

Otherwise, try putting a semicolon at the end of your OemPnPDriversPath after XPRS like this: "...\XPRS;".

Link to comment
Share on other sites

[U][B]Keyboard Layout[/B][/U]
[B]Specifies the type of keyboard layout to install during text-mode Setup.{/B]


Syntax  = layout_description
Value layout_description
Example KeyboardLayout = Us

Comments:
If this entry does not exist, Setup detects and installs a keyboard layout.
This entry must match one of the right-hand strings (in quotation marks) in the [Keyboard Layout] section of TxtSetup.sif.

This is a direct quote from the Windows SP2 Deployment Tools CHM.

Make sure that your sytax is correct

thx man u helped me find the problem :thumbup

i looked into txtsetup.sif and it turned that belgian dutch didn't exist because it was written in my native language dutch, so i had to input "belgisch-nederlands" in order to make it work.

ty for all the help guys

bye :hello:

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