RT Se7en Lite

Discussion in 'Windows 7' started by andhrew, May 9, 2011.

  1. andhrew

    andhrew MDL Novice

    Feb 26, 2010
    37
    1
    0
    I have a question about RT Seven Lite how can i remove this window pic below in unattended version cuz i don't want that it appears and asks about version selection so i only get the place where windows asks about partition selection?
    z8izcdnw4fe4u5pkav2.jpg

    P.S if someone tells about their official forum then i think its dead cuz nobody helps there and even support email is not answering ;)
     
  2. Anakunda

    Anakunda MDL Senior Member

    Feb 6, 2010
    283
    12
    10
    What about supplying ei.cfg
     
  3. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    #3 Alphawaves, May 9, 2011
    Last edited by a moderator: Apr 20, 2017
    You can have it auto install your edition in <settings pass="windowsPE">

    Code:
     <ImageInstall>
            <OSImage>
              <InstallFrom>
                <MetaData wcm:action="add">
                  <Key>/IMAGE/NAME</Key>
                  <Value>Windows 7 ULTIMATE x86</Value>
                </MetaData>
              </InstallFrom>
            </OSImage>
          </ImageInstall>
    ;)
     
  4. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    Yes, Anakunda is correct. Just insert ei.cfg in source folder and it should work.
     
  5. andhrew

    andhrew MDL Novice

    Feb 26, 2010
    37
    1
    0
    and what should i write in that file cuz im making first time unattended installation?
     
  6. andhrew

    andhrew MDL Novice

    Feb 26, 2010
    37
    1
    0
    yea thx that worked :)