Jump to content

Recommended Posts

Posted

When i install IE7 in runonceex and immediately after it IE7 MUI it tells me that my IE version does not match version required for update, so how can i INSTALL it in runonceex - and i really prefer install it without reboot.


Posted (edited)

First of all you sholud integrate IE7 - it's much better (using HFSLIP, nLite can't even make any alive installation package)

MUI for IE7 is very huge because it has all available languages inside so easiest way is to unpack MUI archive by installing it onto your working system then extract some files (you can leave only languages you need) and put them into $OEM$.

Here is these files you will need (tested and works on my XP SP2 + all updates + IE7 + WMP11 integrated thru HFSLIP):

[$OEM$]
|
*-[$$]
| |
| *-[Help]
| | |
| | *-[MUI]
| | |
| | *-[0419] - russian
| | *-[0C0A] - spanish
| *-[Inf]
| | |
| | *-[IEM]
| | |
| | *-[0419]
| | *-[0C0A]
| *-[System32]
| |
| *-[es-es]
| *-[ru-ru]
*-[$Progs]
|
*-[Internet Explorer]
|
*-[es-es]
*-[ru-ru]

or

You can extract IE7 MUI files into one folder (for each language) and use this ie7mui.cmd:

@ECHO OFF
TITLE MUI for Internet Explorer 7
ECHO.
ECHO Copying of MUI files...
MD "%SYSTEMDRIVE%\Program Files\Internet Explorer\ru-ru\"
MD %SYSTEMROOT%\Help\MUI\419\
MD %SYSTEMROOT%\inf\iem\419\
MD %SYSTEMROOT%\system32\ru-ru\
COPY /Y .\files\hmmapi.dll.mui "%SYSTEMDRIVE%\Program Files\Internet Explorer\ru-ru\"
COPY /Y .\files\iedw.exe.mui "%SYSTEMDRIVE%\Program Files\Internet Explorer\ru-ru\"
COPY /Y .\files\iexplore.exe.mui "%SYSTEMDRIVE%\Program Files\Internet Explorer\ru-ru\"
COPY /Y .\files\*.chm %SYSTEMROOT%\Help\MUI\419\
COPY /Y .\files\*.iem %SYSTEMROOT%\inf\iem\419\
COPY /Y .\files\*.mui %SYSTEMROOT%\system32\ru-ru\
COPY /Y .\files\*.mof %SYSTEMROOT%\system32\ru-ru\
EXIT

Nothing else! Now you just need to switch your language in regional options and you will see!

Edited by Marsianin

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...