abbodi1406 / BatUtil

Collection of batch scripts utilities for Windows
993 stars 241 forks source link

[W7MUI] RTM version? #37

Closed thepwrtank18 closed 3 months ago

thepwrtank18 commented 5 months ago

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?

abbodi1406 commented 5 months ago

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

thepwrtank18 commented 5 months ago

Do I replace all occurrences of \sp1 too?

thepwrtank18 commented 5 months ago

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

abbodi1406 commented 5 months ago

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