January 29, 200620 yr Hi.I seem to be getting an error in my WinNT.sif file while installing , i've check it and nothing has changed in the file. Anyone have any ideas?Error:The following value specified in the setup answer file is not defined in the .SIF file, section [Keyboard Layout]:United KingdomSetup cannot continue. To quit Setup, Press F3.Copy of WinNT.sif file.[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=Yes[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=NO FileSystem=* UnattendSwitch="Yes" WaitForReboot="NO" DriverSigningPolicy=Ignore KeyBoardLayout="United Kingdom"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1Many ThanksWorf
January 29, 200620 yr Try to not use KeyboardLayout. and set RegionalSettings sections.Mine (for french ...)[RegionalSettings] LanguageGroup=1 SystemLocale=0000040c UserLocale=0000040c InputLocale=040c:0000040cedit: You find all in refs.chm documentation. and on guide from msfn.org too. Edited January 29, 200620 yr by sonic
January 29, 200620 yr Seems to be the same error: http://www.msfn.org/board/index.php?showto...pid=443833&st=0
January 29, 200620 yr Try using the following as the basis of your file, just adding any further sections to the bottom and replacing only the red stuff.;SetupMgrTag[Data] AutomaticUpdates = 1 AutoPartition = 0 MsDosInitiated = 0 UnattendedInstall = Yes[unattended] UnattendMode = FullUnattended OemSkipEula = Yes OemPreinstall = Yes Hibernation = No TargetPath = * Repartition = No UnattendSwitch = Yes WaitForReboot = No KeyboardLayout = "United Kingdom" DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword = * EncryptedAdminPassword = No OEMSkipRegional = 1 TimeZone = 85 OemSkipWelcome = 1[userData] ProductKey = ?????-?????-?????-?????-????? FullName = "firstname surname" OrgName = "" ComputerName = *[RegionalSettings] LanguageGroup = 1 SystemLocale = 00000809 UserLocale = 00000809 InputLocale = 0809:00000809<Edit>If you have used nLite as suggested in another response, you should have both said so and posted this question in the nlite forum, instead of here.</Edit> Edited January 29, 200620 yr by Yzöwl
Create an account or sign in to comment