MSFN Forum: How to change screen resolution on the installation ? - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to change screen resolution on the installation ? Como cambiar resolución de pantalla en la instalación ?

#1 User is offline   WeBeRiO 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 04-October 06

Posted 16 April 2009 - 09:00 AM

Hello, you may change during installation the size of the screen with one that is not so big?

Eg 1024x768 or another.

Thanks in advance.



-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=




Hola, es posible cambiar durante la instalación el tamaño de la pantalla por otro que no sea tan grande ?

Por ejemplo 1024x768 u otro.

Gracias de antemano.


#2 User is offline   razormoon 

  • Little boots...!
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 17-February 06

Posted 18 April 2009 - 07:32 AM

This is a topic that can easily be researched by doing a search on the forums. :whistle:

Autounattend.xml via <Display> throughout the settings passes.

Eg windowsPE, specialize, etc

Enter <Display> code once per pass.

For instance:

 
    
<settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1024</HorizontalResolution>
                <RefreshRate>60</RefreshRate>
                <VerticalResolution>768</VerticalResolution>
            </Display>
        </component>
</settings>
 

This post has been edited by razormoon: 18 April 2009 - 07:32 AM


#3 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 06 May 2009 - 01:47 AM

Be sure to use <Display> in all the passes that it is supported.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy