Jump to content

Display Setting popup during automated install


Recommended Posts

Well I have everything working perfect my automated install and all the programs load fine but during the XP setup I get a message that says "To improve the appearance of visual elements, windows will automaticlly adjust your screen resolution." I cannot get rid of it. My winnt.sif file please help.

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[Display]

BitsPerPel=16

Xresolution=640

Yresolution=480

AutoConfirm=1

[userData]

ProductID=MY PRODUCT KEY IS IN HERE

FullName="User"

OrgName="Org"

ComputerName=Computer

[GuiRunOnce]

%systemdrive%\install\Batchfile.cmd

[TapiLocation]

CountryCode=1

Dialing=Tone

[RegionalSettings]

LanguageGroup=5,1

SystemLocale=00000409

UserLocale=00000409

InputLocale=0409:00000409

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Link to comment
Share on other sites


add

ConfigureAtLogon=0

Below the autoconfirm. Sometimes it's needed sometimes it's not. I forgot to add it to the site. Will do later.

If this fails to work, there is a resolution changer on the site in the downloads section that should work.

Link to comment
Share on other sites

Why do use ScreenResolutionCheck = 0 in your Oobeinfo.ini ?

---------------------------------------------------------------------

from ref.chm

---------------------------------------------------------------------

ScreenResolutionCheck

Specifies whether Windows Welcome detects screen resolution.

Syntax ScreenResolutionCheck = 0 | 1

0 = Windows Welcome does not detect screen resolution. If the screen resolution is less than 800 x 600 pixels, then Windows Welcome displays with scroll bars.

1 = Windows Welcome detects screen resolution. If the computer hardware supports a minimum 800 x 600 pixel screen resolution and the default screen resolution is set to a smaller number (for example, 640 x 480 pixels), then Windows Welcome reconfigures the computer to use an 800 x 600-pixel screen resolution. If the hardware does not support a screen resolution of at least 800 x 600 pixels, then the first-run experience is Mini-Setup. (Default)

Example : ScreenResolutionCheck = 0

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