Jump to content

jazh23

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Venezuela, Bolivarian Republic Of

Posts posted by jazh23

  1. Nice ! :rolleyes:

    If you have a Windows 7 Home Premium, you can use a batch file:

    Example for Windows 7 Home Premium x86

    Copy/paste inside Notepad:

    One_Image.cmd


    CLS
    echo.
    REM Deleting unwanted images to save space.
    REM Change the path and the index number to your needs
    echo.
    echo ==Exporting image Windows 7 Home Premium x86==
    echo.
    "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" /export C:\Win7\sources\install.wim 3 C:\Win7\sources\installnew.wim "Windows 7 HOMEPREMIUM"
    echo.
    echo ==Deleting unwanted files==
    echo.
    DEL /S /F /Q "C:\Win7\sources\install.wim"
    DEL /S /F /Q "C:\Win7\sources\install_Windows 7 STARTER.clg"
    DEL /S /F /Q "C:\Win7\sources\install_Windows 7 HOMEBASIC.clg"
    DEL /S /F /Q "C:\Win7\sources\install_Windows 7 PROFESSIONAL.clg"
    DEL /S /F /Q "C:\Win7\sources\install_Windows 7 ULTIMATE.clg"
    echo.
    REN "C:\Win7\sources\installnew.wim" "install.wim"
    echo.
    echo ==End process==
    echo.
    echo ==Now the index number is: [install.wim 1]==
    echo.
    echo ==WARNING: Don't use twice this batch==
    echo.
    echo ==select any key to quit==&pause>nul

    WARNING: don't use twice this batch file, because the new "install.wim" file will be irretrievably deleted, because it's renamed inside the same folder!

    Thanks, you are the man...

  2. It's not so hard, you now!

    You can install WAIK for Windows 7 and use the batch file given above, and after you can use rt7lite! :rolleyes:

    But I think the next release will be able to integrate IE9!

    Select your language for WAIK:

    http://www.microsoft...&displayLang=fr

    IE9 standalone package for Windows 7 already exists for your language, but it's an exe file:

    http://www.microsoft...BE-8BEDEF8C2FBA

    *Edit:

    1) Download the IE9-win7.msu at the link given by ricktendo64 (second post) and your specific LanguagePack inside a folder created first, like i.e (for example) : C:\IE9

    Windows Internet Explorer 9 Language Packs for Windows 7 and Windows Server 2008 R2

    2) Create a working temp folder (to Mount and Unmount /Commit the image you choose), like: C:\work

    3) Extract the files inside C:\IE9\IE9-Windows6.1-LanguagePack-x64-esn.msu with

    Start | Run and write:

    C:\IE9\IE9-Windows6.1-LanguagePack-x64-esn.msu /extract:C:\IE9

    You will see the languagepack you need for your OS version: C:\IE9\Windows6.1-KB982861-x64.cab

    4) Change the path to your Windows 7 folder inside the batch (my example: C:\Se7en_SP1\sources\install.wim)

    and set the index number of your image you want customize (index 4 for Windows 7 x64 Ultimate)

    Once done, just use your new batch file!

    I hope that can help you!

    OK, now if I understand, just one more thing, I'm doing 2 images, one image of Home Premium x86 and other one of Home Premium x64, then ¿what index I must use?

    EDITED: I use this command: Dism /Get-WIMInfo /WIMFile:D:\Win7\Sources\Install.wim and the index I must use is the number 3.

  3. Hi, I want you to explain better, how to do that with a program? I tried to integrate the IE9.MSU and spanish MUI with rt7lite like a update, but the resulting language is English not Spanish.

    Do you mean that extracting the IE9-win7.msu and modify. xlm found inside maybe working? but my question is: How do I get the .xlm file?

    thank you and excuse my English.

    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

    Thanks but it's too advanced for me, I could only extract the file Windows6.1-KB982861-x64, but I can't use the command DISM and neither program batch .

    I'll wait to microsoft release a IE9.MSU in Spanish to integrate with rt7lite, thanks again...

  4. Download link for IE9 final version (exe file) all languages here:

    http://www.microsoft...be-8bedef8c2fba

    You can also find some answers here:

    http://www.msfn.org/...-windows-7-dvd/

    *Edit: for Spanish language download the MUI language you need to add with IE9-win7.msu (language neutral):

    Example Windows6.1-KB982861-x86.xml inside IE9-win7.msu


    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="install">
    <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-InternetExplorer-Package-TopLevel" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" version="9.4.8112.16421"/>
    <source location="%configsetroot%\Windows6.1-KB982861-x86.CAB" />
    </package>
    </servicing>
    </unattend>

    IE9-Windows6.1-LanguagePack-x64-esn.msu

    IE9-Windows6.1-LanguagePack-x86-esn.msu

    Same link given by MagicAndre1981.

    Windows Internet Explorer 9 Language Packs for Windows 7 and Windows Server 2008 R2

    Hi, I want you to explain better, how to do that with a program? I tried to integrate the IE9.MSU and spanish MUI with rt7lite like a update, but the resulting language is English not Spanish.

    Do you mean that extracting the IE9-win7.msu and modify. xlm found inside maybe working? but my question is: How do I get the .xlm file?

    thank you and excuse my English.

×
×
  • Create New...