abbodi1406/BatUtil

[W7MUI] RTM version?

thepwrtank18 opened this issue · 4 comments

From what I heard, you need to install language packs for Windows 7 before you install Service Pack 1, otherwise it cancels out and then you have to install them again. Can I use this for RTM versions of Windows 7?

Refresh LangPack KB2483139 support both RTM & SP1

the script only work and tested for SP1 source
however, you can try for RTM source, but you need to edit it as follows:
search and replace all occurrences of sp1\ with none

Do I replace all occurrences of \sp1 too?

Doesn't work, DISM simply spams "The specified package is not applicable to this image."

I see
then you should try old LPs
but you have to edit the script and delete this line:
if not exist "!EXTRACTDIR!\*.mum" set ERRFILE=!LPFILE%%j!&goto :E_SP1

yes, all occurrences of \sp1