How integrate IE9 in Windows 7 sp1 installation DVD

Discussion in 'Windows 7' started by antpelliccia, Mar 16, 2011.

  1. quad

    quad MDL Junior Member

    Dec 9, 2008
    94
    163
    0
    #61 quad, Mar 26, 2011
    Last edited by a moderator: Apr 20, 2017
    May i add in the code e.c:

    Code:
    oscdimg -u2 -bC:\DVD\boot\etfsboot.com -lWin7 -g -h C:\DVD C:\Win7.iso
     
  2. gate1975mlm

    gate1975mlm MDL Novice

    Jul 3, 2008
    27
    0
    0
    Can any explain this to me like I was a baby :) please?

    I simply want a new "Windows 7 SP1 64 Bit with IE9 +No welcome Tab everytime IE9 opens" DVD :)

    Please reply to my post so I know you are replying to me :)

    Thanks :)
     
  3. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    #63 DPyro, Mar 26, 2011
    Last edited by a moderator: Apr 20, 2017
    This is the one I use
    Code:
    oscdimg.exe -lGRMCULFRER_EN_DVD -t03/26/2011:00:00 -m -u2 -bC:\AIO\DVD\Boot\etfsboot.com C:\AIO\DVD C:\Windows_7_Retail_SP1_AIO.ISO
    
     
  4. spedia

    spedia MDL Senior Member

    Jul 13, 2009
    313
    121
    10
    Question: does this integration totally obliterate the IE8 files?

    (E.g. no trace of IE8 files, IE9 cannot be unstalled from Control Panel...
    I'd like to achieve that for a cleaner install image)
     
  5. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    As far as I know, when you install IE9 it creates a backup of IE8 which you can delete with the disk cleanup tool.
     
  6. quad

    quad MDL Junior Member

    Dec 9, 2008
    94
    163
    0
    #66 quad, Mar 26, 2011
    Last edited by a moderator: Apr 20, 2017
    Yes, right.

    I asked where put in the code ... e.g.

    Code:
    @echo off
    cls
    mkdir D:\WIM
    D:\IE9.exe /x:D:\IE9
    dism /Mount-Wim /WimFile:D:\DVD\sources\install.wim /index:5 /MountDir:D:\WIM
    erase /F /Q "D:\IE9\IE9_SUPPORT.CAB"
    dism /Image:D:\WIM /Add-Package /PackagePath:D:\IE9
    dism /Unmount-Wim /MountDir:D:\WIM /commit
    dism /Mount-Wim /WimFile:D:\DVD\sources\install.wim /index:4 /MountDir:D:\WIM
    dism /Image:D:\WIM /Add-Package /PackagePath:D:\IE9
    dism /Unmount-Wim /MountDir:D:\WIM /commit
    dism /Mount-Wim /WimFile:D:\DVD\sources\install.wim /index:3 /MountDir:D:\WIM
    dism /Image:D:\WIM /Add-Package /PackagePath:D:\IE9
    dism /Unmount-Wim /MountDir:D:\WIM /commit
    dism /Mount-Wim /WimFile:D:\DVD\sources\install.wim /index:2 /MountDir:D:\WIM
    dism /Image:D:\WIM /Add-Package /PackagePath:D:\IE9
    dism /Unmount-Wim /MountDir:D:\WIM /commit
    dism /Mount-Wim /WimFile:D:\DVD\sources\install.wim /index:1 /MountDir:D:\WIM
    dism /Image:D:\WIM /Add-Package /PackagePath:D:\IE9
    dism /Unmount-Wim /MountDir:D:\WIM /commit
    erase /F /Q "D:\IE9.exe"
    RD /S /Q "D:\WIM"
    RD /S /Q "D:\IE9"
    oscdimg.exe -lGRMCULFRER_EN_DVD -t03/26/2011:00:00 -m -u2 -bC:\AIO\DVD\Boot\etfsboot.com C:\AIO\DVD C:\Windows
    pause
    exit
     
  7. spedia

    spedia MDL Senior Member

    Jul 13, 2009
    313
    121
    10
    That's the point, I wonder if the cleanup could be all taken care of in the installation image...
     
  8. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    #68 matrixfutyre, Mar 27, 2011
    Last edited: Mar 27, 2011
    Please give the full code which also shuts the IE 9 tour page...and integrates it in all image
    and can u give code to integrate adobe reader in win 7 aio image

    I am getting error : 0xc142011d

    plz help
     
  9. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    I ran the code now and trill 3rd index it goes well but from then it says that the image is of Windows Vista RTM and it cannot process it and shuts down.
    plz help
     
  10. tanjali

    tanjali MDL Junior Member

    Aug 22, 2009
    89
    4
    0
    Windows 7 E Editions shouldnt have any trace of IE8
     
  11. gyandeep_2007

    gyandeep_2007 MDL Novice

    Mar 18, 2011
    2
    0
    0
    #71 gyandeep_2007, Mar 31, 2011
    Last edited by a moderator: Apr 20, 2017
    pls tell me how to use this code in order to disable ie9 welcome screen..
     
  12. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    how to use setupcomplete to integrate office 2010 in win 7 iso????????
    plzzzz help
     
  13. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    Place those codes in notepad and save them as their filenames. Place in "C:\AIO\DVD\sources\$OEM$\$$\Setup\Scripts" (you'll need to make the directories).
     
  14. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    Can you tell me what command should I use in setupcpmplete.cmd to install ms office?
     
  15. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    Depends what version, check out appdeploy.com/packages/index.asp
     
  16. Luisile

    Luisile MDL Novice

    Nov 19, 2010
    47
    1
    0
    HI All
    Today i make my own image of win7 x86 and x64 i integrate the ie9 with dism , after install i have not the ie9 tour bug. i install it today twice and the tour is not present it goes only on the first run.
    what i do?
    1. i added updates to wim image with dism
    2. i added the ie9 MSU Eng package with dism, NOT the cab files extracted from exe
    3. i added the mui for ie9, the cab file extracted from the exe

    and the result the ie9 tour bug not appears.
     
  17. pepito2

    pepito2 MDL Novice

    Oct 2, 2009
    32
    0
    0
    Which updates have you added? (the first point) Are they a requisitie for IE9?

    thanks
     
  18. Luisile

    Luisile MDL Novice

    Nov 19, 2010
    47
    1
    0
  19. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,823
    573
    60
    #79 tistou77, Jun 29, 2011
    Last edited: Jun 29, 2011
    I integrate the last IE9 (9.0.1) in ISO, no problem it is IE9
    but this is not the correct version, there is not KB2530548 (see screen)

    if I install IE9 directly, there was this KB

    Why?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. l2p2c2

    l2p2c2 MDL Member

    Apr 23, 2010
    204
    225
    10
    If you manually install IE9, it looks online for updates while it is installing.
    If you integrate IE9 and KB2530548 to your W7 Source, you will have the same result.