Jump to content

Marabyte

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

Posts posted by Marabyte

  1. After testing I see that we can't integrate the MUI language with the msu file (Error 50, unattend file not found)!

    1) First, It's needed to extract the files inside MUI language file:

    Example with french language :

    C:\IE9-Windows6.1-LanguagePack-x86-fra.msu /extract:C:\IE9

    Use a batch to integrate the files with DISM

    Integrate first IE9-win7.msu

    and after the file Windows6.1-KB982861-x86.cab (extracted from IE9-Windows6.1-LanguagePack-x86-fra.msu)

    Adapt to your needs (paths and x86 or x64 versions and index):

    IE9.cmd


    @echo off
    Color 0A
    echo.
    "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /Wimfile:"C:\Se7en_SP1\sources\install.wim" /index:1 /MountDir:"C:\work"
    timeout /t 3
    "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\work" /Add-Package /PackagePath:"C:\IE9\IE9-win7.msu"
    timeout /t 3
    "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\work" /Add-Package /PackagePath:"C:\IE9\Windows6.1-KB982861-x86.cab"
    timeout /t 3
    "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\work" /Commit
    pause to see if errors

    IE9 integration Images

    IE9 installed Image

    Voilà!

    The integration will be successful :thumbup

    Hi!

    I'm trying to integrate IE9 with the Portuguese language pack with Win7 SP1 but no luck so far.

    When I add the language pack I get an error saying "The specific package is not applicable to this image. Error 0x800f081e"

    Any thoughts?

    EDIT : Problem solved. Instead of the IE9-win7.msu I've extracted the cab inside the Portuguese *.exe

×
×
  • Create New...