How integrate IE9 in Windows 7 sp1 installation DVD

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

  1. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    Weird, I don't think my SetupComplete.cmd is being run. I put it in C:\AIO\DVD\sources\$OEM$\$$\Setup\Scripts\
     
  2. antpelliccia

    antpelliccia MDL Novice

    Mar 9, 2008
    49
    0
    0
    But with these instructions upgrade does not work.
     
  3. antpelliccia

    antpelliccia MDL Novice

    Mar 9, 2008
    49
    0
    0
    But with these instructions upgrade does not work.
     
  4. antpelliccia

    antpelliccia MDL Novice

    Mar 9, 2008
    49
    0
    0
    Windows 7 SP1 with integrated IE9 installation DVD does not work ! The setup proceed well but at end stage aborts.
    Does it mean that DVD with ie9 integration by bat file is not correct? And how need it operate for a correct integration?
    Thank You
     
  5. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    are you able to confirm the batch commands that used to inject into install.wim, they maybe we could have a look and see if we can help, what speed did you burn your dvd at?
     
  6. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    #48 DPyro, Mar 22, 2011
    Last edited by a moderator: Apr 20, 2017
    I need some help. I got IE9 to integrate into my x86/x64 SP1 AIO ISO but IE9 keeps showing the welcome tab on startup. I tried using SetupComplete.cmd but the log file doesn't indicate it ran (although adobe flash and WLE seem to have installed.

    SetupComplete.cmd
    Code:
    reg import %~dp0gpo-ie9-tour-disable.reg
    start /wait %~dp0install_flash_player_ax.exe /install
    start /wait %~dp0WLSetup-all.exe /q /NOToolbarCEIP /NOhomepage /Nolaunch /nosearch /AppSelect:Photo,Mail,Messenger,Moviemaker
    del /f /q %~dp0
    exit
    
    gpo-ie9-tour-disable.reg
    Code:
    Windows Registry Editor Version 5.00
    
    ;Disable IE9 Tour for all users
    
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "DisableFirstRunCustomize"=dword:00000001
    
     
  7. xtr3m3

    xtr3m3 MDL Novice

    Mar 22, 2011
    1
    0
    0
    Greetings,

    I have used the command line script (x64) and it made the IE9 integration.
    And something went wrong. :(

    My Windows is not in english language nor does my Win7 DVD have english integrated either.
    The IE9 install that I downloaded wasn't the english one. It installs fine "manually", but not with Dism.
    The Dism integrates an english version of the IE9.
    How do I avoid this? Does anyone know, please help me, thank you.
     
  8. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    what should i do after i download the IE9-win7.msu to integraye it in the windows 7 sp1 image. please help
     
  9. DPyro

    DPyro MDL Novice

    Mar 21, 2011
    27
    4
    0
    #52 DPyro, Mar 23, 2011
    Last edited by a moderator: Apr 20, 2017
    Finally got my AIO disc working right.

    setupcomplete.cmd
    Code:
    start /wait %~dp0install_flash_player_ax.exe /install
    start /wait %~dp0AdbeRdr1001_en_US.exe /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES
    start /wait %~dp0WLSetup-all.exe /q /NOToolbarCEIP /NOhomepage /Nolaunch /nosearch /AppSelect:Photo,Mail,Messenger,Moviemaker
    regedit /s %~dp0gpo-ie9-tour-disable.reg
    del /f /q %~dp0
    exit
    
    gpo-ie9-tour-disable.reg
    Code:
    Windows Registry Editor Version 5.00
    
    ;Disable IE9 Tour for all users
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main]
    "DisableFirstRunCustomize"=dword:00000001
    
     
  10. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    Hello, my question is:

    I have a iso of Windows 7 which contains Sp1 from the starter to the ultimate version of 32-bit, all versions of Windows 7 on a single iso (DVD single).

    I want to integrate internet explorer 9
    My question is: to have multiple versions of Windows 7 in the installation, it is necessary to integrate the internet explorer 9 on all of them? or just to integrate it into the ultimate version is propagated to the other versions?
    If I have to do it in all seperately the how ????
     
  11. calpo

    calpo MDL Member

    Apr 23, 2010
    212
    60
    10
    @l2p2c2

    Thanks lot for your scripts. It works 100 % for me. By the way do you have any script that it integrates Windows Media Player into Windows 7 N ? If yes, Can I have it ? Thanks again.
     
  12. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,585
    340
    The code automatically integrate ie9 to all of the editions..... ;)
     
  13. matrixfutyre

    matrixfutyre MDL Novice

    Feb 27, 2011
    13
    0
    0
    First time when I ran the code it was good but the Image was only Ultimate but now when I try it on AiO image it says that either the file is already integrated or the file is not fully mounted or unmounted.
    What to do please help!!!!!!!!!!!!!!
    Also please tell what to do if I want to integrate MS Office 2010 into the image
     
  14. gate1975mlm

    gate1975mlm MDL Novice

    Jul 3, 2008
    27
    0
    0
    #57 gate1975mlm, Mar 26, 2011
    Last edited: Mar 26, 2011
    Hello :)

    Could someone please explain to me in the simplest way possible how to Slipstream IE9 into a Windows 7 SP1 64 Bit AIO DVD?

    Also please include the code so I don't keep getting the IE9 welcome tab everytime I open IE9 :)

    Step by step would be great.

    Thanks
     
  15. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,515
    7,170
    120
    #58 Josh Cell, Mar 26, 2011
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Spyd

    Spyd MDL Novice

    Oct 26, 2009
    44
    2
    0
    #59 Spyd, Mar 26, 2011
    Last edited by a moderator: Apr 20, 2017
    I have added a minor fix to the CMD files. The erase command is put after the first dism. Why? because the IE9 /X command is executed asyncroniously, so it may happen to execute the erase command... before the IE9_SUPPORT.CAB file is extracted.

    Second, for those who get the 0xc1420117 error when dism unmounts, be sure to close all explorer windows before starting, and do not open any explorer windows while the CMD file is working.


    This script will integrate IE9 into all images of your windows 7 32bit dvd (you need IE9-Windows7-x86-xxx.exe)

    Code:
    @echo off
    cls
    mkdir C:\WIM
    C:\IE9.exe /x:C:\IE9
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:5 /MountDir:C:\WIM
    erase /F /Q "C:\IE9\IE9_SUPPORT.CAB"
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:4 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:3 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:2 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:1 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    erase /F /Q "C:\IE9.exe"
    RD /S /Q "C:\WIM"
    RD /S /Q "C:\IE9"
    pause
    exit
    

    This script will integrate IE9 into all images of your windows 7 64bit dvd (you need IE9-Windows7-x64-xxx.exe)

    Code:
    @echo off
    cls
    mkdir C:\WIM
    C:\IE9.exe /x:C:\IE9
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:4 /MountDir:C:\WIM
    erase /F /Q "C:\IE9\IE9_SUPPORT.CAB"
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:3 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:2 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    dism /Mount-Wim /WimFile:C:\DVD\sources\install.wim /index:1 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit
    erase /F /Q "C:\IE9.exe"
    RD /S /Q "C:\WIM"
    RD /S /Q "C:\IE9"
    pause
    exit
    
     
  17. gate1975mlm

    gate1975mlm MDL Novice

    Jul 3, 2008
    27
    0
    0
    Are you getting the IE9 welcome tab everytime you open IE9 with the code that you used here?