StarWing Posted August 15, 2004 Share Posted August 15, 2004 Hello,I've been working on an unattended dvd since a few days now, and it is beginning to work.But I'v expiriencing a little problem with 2 things:1) i've set the resolution to 1280*1024 (and 800*600) but, when loading windows for the first time (before the welcome part), it always says that windows will adjust the resolution to a value. Altough I've setted it in the winnt.sif file. I tried several thing, but none seem to work.2) it _always_ keep showing the windows welcome screen, and the internet connection screen, altough the parameter UnattendedSwitch is set to "yes" or yes, it doesnt' matterI tried the setting installdefaultcomponents under networking set to yes, or no. Doesn't seem to helpNormally I test it with VMWare, but installing straight to a HD doesn't help eitherHere is a copy of my winnt.sif file:[Data]AutoPartition=0MsDosInitiated="0"UnattendedInstall=Yes[Components]msnexplr=off freecell=offhearts=offminesweeper=offpinball=offsolitaire=offspider=offzonegames=off[Shell]DefaultStartPanelOff=YesDefaultThemesOff = Yes[Unattended]UnattendMode=FullUnattendedUnattendedSwitch="Yes"OemSkipEula=YesOemPreinstall=YesFileSystem = *TargetPath=\WINDOWSWaitForReboot=NoDriverSigningPolicy=IgnoreNonDriverSigningPolicy = IgnoreKeyboardLayout= "Belgisch-Nederlands"OemPnPDriversPath="a bunch of pathnames thats screwing up the layout :p "[Branding]BrandIEUsingUnattended = YES[SetupParams]SkipMissingFiles = Yes[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NOAutoLogon=yesOEMSkipRegional=1TimeZone = 105OemSkipWelcome=1AutoLogonCount=1[UserData]ProductID=xxxxxxxxxxxxxxxxFullName="xxxxx"OrgName="None"ComputerName=xxxx[Display]BitsPerPel=32Xresolution=800YResolution=600Vrefresh=60[RegionalSettings]LanguageGroup=11,1Language=00000813[Identification]JoinWorkgroup=default[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=YesUseDomainNameDevolution=NoEnableLMHosts=YesAdapterSections=params.MS_TCPIP.Adapter1[params.MS_TCPIP.Adapter1]SpecificTo=Adapter1DHCP=YesWINS=NoNetBIOSOptions=0[GuiRunOnce]%systemdrive%\install\applications\progs.cmd%systemdrive%\install\applications\users.cmd:help:Thanks in advance Link to comment Share on other sites More sharing options...
Bâshrat the Sneaky Posted August 15, 2004 Share Posted August 15, 2004 Does that KeyboardLayout= "Belgisch-Nederlands" work??? Couldn't find that... I'm working with such a number...Answer to your first question: add this:[Display] XResolution=1280 YResolution=1024 BitsPerPel=32 VRefresh=60 AutoConfirm=1 ConfigureAtLogon=1This should make it work! Link to comment Share on other sites More sharing options...
StarWing Posted August 15, 2004 Author Share Posted August 15, 2004 that belgisch unattended thing works really well.. I've found it in the reference docs from the deployment tools.Also, keep in mind that when u're using an EN version of XP it is "belgian-dutch"First i've been using it, but that didn't work.As for the AutoConfirm=1ConfigureAtLogon=1I've already tried that, but no-go I am using only 3 files for the config1 => winnt.sif (as shown)2 => oobe thing for adding 2 users3 => cmdlines.txt triggering a reg file for some tweaksThat's all.. Maybe it has something to do with the svp pack file (or something) Link to comment Share on other sites More sharing options...
benners Posted August 15, 2004 Share Posted August 15, 2004 UnattendedSwitch="Yes"should be UnattendSwitch="yes" Link to comment Share on other sites More sharing options...
StarWing Posted August 15, 2004 Author Share Posted August 15, 2004 UnattendedSwitch="Yes"should be UnattendSwitch="yes"**** man, I've been breaking my head on this for 4 days now... I knew it would be something stupid like that..I will give it a go.Will try the tips from bashrat again. Hope it works Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now