Windows 7 MUI DVD

Discussion in 'Windows 7' started by l2p2c2, Sep 7, 2010.

  1. yro

    yro MDL Addicted

    Jul 26, 2009
    633
    125
    30
    #61 yro, Feb 20, 2011
    Last edited: Feb 20, 2011
    The first script goes to end (i think).. It shows me an error on mounting the image (again mounting it but now with error), then show me some option to especify and path for an file or directory. I exit the prompt and now im going to remove the enus..

    I dont know but i think that the isso will be damaged or something is going to be wrong..

    If i finish the process with errors and the fnal image dont work, ill stop it and definitly wait for the leak of windows 7 sp1 ptbr...


    ERROR!

    nevermind.. ill wait for the official iso in ptBR.. thanks for helpping me here.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. l2p2c2

    l2p2c2 MDL Member

    Apr 23, 2010
    204
    225
    10
    Correct folder structure?
    Correct languagepack version?
    What exactly is the error?

    serveral users apllied the script without problems...
     
  3. quad

    quad MDL Junior Member

    Dec 9, 2008
    94
    163
    0
    #63 quad, Apr 2, 2011
    Last edited by a moderator: Apr 20, 2017
    Recovery Console in 64 bit version, don't work: how to replace this function in Windows 7 AIO DVD?
     
  4. Butterfly_Joe

    Butterfly_Joe MDL Novice

    Feb 5, 2010
    39
    28
    0
    #66 Butterfly_Joe, Apr 3, 2011
    Last edited by a moderator: Apr 20, 2017
    I use the boot.wim from the Windows 7 x64 repair disk

    With this batch I set the new loader:
    Code:
    @echo off
    bcdedit /store C:\AIO\DVD\boot\bcd /copy {default} /d "x64 Recovery Mode" >>%~dp0guid.txt
    Set /p vari= <C:\AIO\guid.txt
    set vari=%vari:~34,36%
    
    bcdedit /store C:\AIO\DVD\boot\bcd /set {%vari%} device ramdisk=[boot]\sourc64\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    bcdedit /store C:\AIO\DVD\boot\bcd /set {%vari%} osdevice ramdisk=[boot]\sourc64\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
    bcdedit /store C:\AIO\DVD\boot\bcd /timeout 8
    
    if exist C:\AIO\guid.txt del C:\AIO\guid.txt >nul
    pause
    "C:\AIO\DVD\" (my path to DVD)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...