Yes, it's possible! But now I see that all Microsoft's links are removed about explaination to integrate LIP on Windows XP!
I found french documentation, and used to install MUI French language pack successfully (process is not the same), but I don't remember where !
1 - LIP kits languages can be installed only with 32bit Windows XP version, but they can't be installed on a computer who have MUI language pack already installed or previously installed !
2 - We can install only ONE LIP. I we want install another LIP we must uninstall the one previously installed
3 - Copy the CD-ROM files LIP inside a subfolder:
%DistributionFolder%\OPKTools\Updates\LIP
4 - Preinstall application:
msiexec /i \\server_name\\OpkTools\LIP\MUISETUP.EXE /q
%WINDIR%\mui\fallback\LCID\profupd.exe /l LCID_value
5 - LCID_value and language:
0402 = Bulgare
0403 = Catalan
041a = Croate
0425 = Estonien
0439 = Hindi
0426 = Letton
0427 = Lituanien
0418 = Roumain
0c1a = Serbe (cyrillique)
081a = Serbe (latin)
041e = Thaï
0422 = Ukrainien
------------------------
0424 = Slovène *
041b = Slovaque *
This method create the section below inside:
Winbom.ini
[OemRunOnce]
"PackageName1","msiexec /i \\server\\OpkTools\Updates\LIP\MUISETUP.EXE\LIPSetup.msi /q"
"PackageName2","c:\windows\mui\fallback\LCID_value\profupd.exe /l LCID_value"
For Slovène and Slovaque LIP (*)
msiexec /i \\server_name\\OpkTools\Updates\LIP\MUISETUP.EXE /l LCID_value /s /r
This method create the section below inside:
Winbom.ini
[OemRunOnce]
"PackageName1","msiexec /i \\server\\OpkTools\Updates\LIP\MUISETUP.EXE /l LCID_value /s /r"
LIP will be installed with "Audit mod"
HTH
This post has been edited by myselfidem: 22 January 2013 - 08:01 AM