Internet Explorer 9 RTM Dutch

Discussion in 'Application Software' started by l2p2c2, Mar 15, 2011.

  1. l2p2c2

    l2p2c2 MDL Member

    Apr 23, 2010
    204
    225
    10
    #1 l2p2c2, Mar 15, 2011
    Last edited: Mar 15, 2011
  2. CRA2YHAVOK

    CRA2YHAVOK MDL Senior Member

    Oct 23, 2009
    460
    155
    10
    Thanks for that command ;)

    Do you know how to integrate IE9 into a Windows 7 source?
     
  3. l2p2c2

    l2p2c2 MDL Member

    Apr 23, 2010
    204
    225
    10
    W7DVD -> contents of the windows 7 dvd
    WIM -> directory where image will be mounted
    IE9 -> directory with ie9 cab files (extracted from ie9 installer)
    index:4 -> ultimate x64 version

    dism /Mount-Wim /WimFile:C:\W7DVD\sources\install.wim /index:4 /MountDir:C:\WIM
    dism /Image:C:\WIM /Add-Package /PackagePath:C:\IE9
    dism /Unmount-Wim /MountDir:C:\WIM /commit