Problems with spanish language pack! i slipstream the language pack fine but.....
#1
Posted 23 September 2007 - 01:35 PM
I thanks Nuhi for having so great software for us the end users,
now to my problem, i am using vlite 1.1 beta and i am trying to inject the msui language pack to my retail disc that dont have any language pack or hotfix.....
firts the hotfixes integration works wonderful without a glich....
but for some reason using the vista ultimate image clean of any hotfix , when installing at the very end of the installation it came up with an installation statating that the language pack could'nt be installed, and that any changes that had occurs wont be saved error.......
either with the clean disc or with some hotfixes it gaves me the same installation error of the language pack.....
I converted the Lp spanish pack from exe, to cab with exe2cab....
can anyone willing to help direct me as how to integrate this langua pack please, i will really apreciate.....
#2
Posted 27 September 2007 - 04:52 AM
Can you try just running that exe and the lp.cab should appear in the same folder after preparation, that is more safe IMO. Then after you copy it you can abort the exe and integrate the cab.
If that fails too then attach your preset.
#3
Posted 27 September 2007 - 09:10 PM
I have Vista english and I slipstream the espanish language pack, with the Lp.exe double clic, and the got the cab there.
Now when I install I get the following message:

Basically what I'm trying to achieve is that with my english Vista source, slisptream the spanish language pack, and be able to install Vista Basic in spanish since I dont have an spanish source.
PS: How did I got the screenshot? Well I used MS Virtual PC 2007 on a Vista Ultimate PC with Vlite 1.1 beta.
Any other info required just le me know.
#4
Posted 28 September 2007 - 03:52 AM
#5
Posted 29 September 2007 - 09:55 AM
nuhi, on Sep 28 2007, 04:52 AM, said:
This is my post on another forum that i like to visit
i fixed it with your cmd script.....
Ok well after many tries i succesfuly inserted spanish language inmy vista ultimate dvd..... this what you need:
1.- Windows AIK link ------ http://www.microsoft.com/downloads/details...;displaylang=en
2.- get the language pack, you get an exe, so to convert it to cab grab
exe2cab, run it an follow direction, really easy....
2.- run this cmd command . run it without making the
extructure, it tell you what folder to create and name....
you will need to create the structure as in the examples (dont worry it
it won't do anything untill you put the extructure and the files...
Open Notepad copy and paste this script...... when saving name as you wish but make sure to save as younameit.cmd not younameit.txt...
-------------------------------------------------------------------------------------
@Echo Off
Echo Enter path to Windows AIK:
Echo Example: C:\Program Files\Windows AIK
Set /p WAIK=
Echo.
Echo Enter path for mounting WIM file:
Echo Example: C:\VistaWork\Mount
Set /p WIM=
Echo.
Echo Enter path to directory with Vista DVD copied:
Echo Example: C:\VistaWork\DVD
Set /p WD=
Echo.
Echo Enter path to language pack:
Echo Example: C:\VistaWork\LP\lp.cab
Set /p LP=
Echo.
Echo Enter path for extracting the language pack:
Echo Example: C:\VistaWork\LPEXT
Set /p ELP=
Echo.
Echo Enter language pack ID:
Echo Example: en-US
Set /p LANG=
Echo.
Echo Select the Vista edition:
Echo Example: 1
Echo 1 - BUSINESS
Echo 2 - HOMEBASIC
Echo 3 - HOMEPREMIUM
Echo 4 - ULTIMATE
Echo 5 - BUSINESSN
Echo 6 - HOMEBASICN
Echo 7 - STARTER
Set /p EDITION=
Echo.
"%WAIK%\Tools\x86\Imagex.exe" /mountrw "%WD%\Sources\install.wim" %EDITION% "%WIM%"
"%WAIK%\Tools\PETools\peimg.exe" /list "%WIM%\Windows"
"%WAIK%\Tools\PETools\peimg.exe" /import="%LP%" "%WIM%\windows"
"%WAIK%\Tools\PETools\peimg.exe" /install=*LanguagePack* "%WIM%\windows"
"%WAIK%\Tools\x86\intlcfg.exe" -genlangini -dist:"%WD%" -image:"%WIM%" -f
"%WAIK%\Tools\PETools\peimg.exe" /lang=%LANG% "%WIM%\Windows"
"%WAIK%\Tools\PETools\peimg.exe" /timezone=%LANG% "%WIM%\Windows"
"%WAIK%\Tools\PETools\peimg.exe" /list "%WIM%\Windows"
"%WAIK%\Tools\x86\Imagex.exe" /unmount /commit "%WIM%"
Rd /S /Q "%ELP%"
Mkdir "%ELP%"
Expand "%LP%" -f:* "%ELP%"
Xcopy "%ELP%\setup\sources\%LANG%\*" "%WD%\sources\%LANG%" /cherkyi
Xcopy "%ELP%\sources\license\%LANG%\*" "%WD%\sources\license\%LANG%" /cherkyi
"%WAIK%\Tools\x86\Imagex.exe" /mountrw "%WD%\Sources\boot.wim" 2 "%WIM%"
Xcopy "%ELP%\setup\sources\%LANG%\*" "%WIM%\sources\%LANG%" /cherkyi
Xcopy "%ELP%\sources\license\%LANG%\*" "%WIM%\sources\license\%LANG%" /cherkyi
Copy "%WD%\sources\Lang.ini" "%WIM%\sources\Lang.ini"
"%WAIK%\Tools\x86\Imagex.exe" /unmount /commit "%WIM%"
Rd /S /Q "%ELP%"
Mkdir "%ELP%"
echo End of language pack integration.
pause
-------------------------------------------------------------------------------------
THANKS TO MHYLL creator of Vlite.... on MSFN forums
3.- with all files and the windows aik installed run the .cmd script from anywhere you want and type in the same address as in the examples...
if you do all correct the installation will begin and it will install the language pack.... remember to get the propper ID for your language otherwise will give an ID language error...
hope this help..
BTW this method while difficult some how worked for me when Vlite 1.1 beta failed to do it....... it indeed insert it but when installing gave me, laguage pack could'nt be installed, nothing will be saved, installation failed error....
lates..
#6
Posted 29 September 2007 - 10:04 AM
Did you remove the same stuff both times even after doing manual integration? (or you don't remove anything ever?)
That last sentence is confusing, are you telling me to thank to him or you think that he is the creator?
#7
Posted 30 September 2007 - 07:39 PM
nuhi, on Sep 29 2007, 11:04 AM, said:
Did you remove the same stuff both times even after doing manual integration? (or you don't remove anything ever?)
That last sentence is confusing, are you telling me to thank to him or you think that he is the creator?
With all the respect to you, i dont know if the error is becouse of an user error (ME) or becouse the program itself failed.
What i know is that with fresh copy of my retail vista disc, the integration was sucessful but when installing gave me the error......
Now with the same cab that failed to work on my previous attents worked fine when used Windows AIK....
Also i thanked mhyll becouse he posted the script.
http://www.msfn.org/board/integrate_langua...dvd_t99648.html
regards
#8
Posted 01 October 2007 - 04:07 AM
I just asked why you call him MHYLL creator of Vlite when he's not.
#9
Posted 01 October 2007 - 08:31 AM
#11
Posted 15 October 2007 - 06:01 AM
I will need your specific preset in order to replicate the issue.
#12
Posted 16 October 2007 - 01:29 PM
nuhi, on Oct 15 2007, 07:01 AM, said:
I will need your specific preset in order to replicate the issue.
Cant tell you for sure, i just graved my Retail disc, no hotfix, no taking out anything, just slistreamed the language pack, and then made the iso, i tried two different ways, one with all the images in, and the other with just ultimate image, boot my system with the new made vista ultimate and gave me the same error that shown the pictures by the other guy, so i dont really know what could be the problem..
regard MR Nuhi
PS i made a vlited disc, just with autoinstall anwser file, and used WIAK to install the language pack and all is good now......
This post has been edited by re*s.t.a.r.s.*2: 16 October 2007 - 01:30 PM
#13
Posted 16 October 2007 - 07:57 PM
then, I dont remove anything, just add the hotfixes that have come out lately also the ultimate extras and when installing in spanish, I go the error.
do you need more details?
#14
Posted 17 October 2007 - 04:15 AM
If you are using virtual machines please try just the lang pack, it should work because it did on my tests.
One thing which may be worth mentioning, I see from your lang pack size that you use 64bit, mine was 32bit, so if your test of full windows with just lang pack integrated fails I will download and try the 64bit pack.
#15
Posted 17 October 2007 - 04:37 PM
nuhi, on Oct 17 2007, 05:15 AM, said:
If you are using virtual machines please try just the lang pack, it should work because it did on my tests.
One thing which may be worth mentioning, I see from your lang pack size that you use 64bit, mine was 32bit, so if your test of full windows with just lang pack integrated fails I will download and try the 64bit pack.
Well my disc is x86 vista disc, and the error came up like that, also as i stated i made a plain x 86 vista disc with all the image in, and another with just the ultimate image, also i installed vmware and tried both image with the same problem, and then burned to dvd both image and tried to install each one getting the same error......
now deleted the vista dic folder and the extracted from my retail disc all the files, installed Wiak and the used the script for installation after that burned to dvd disc and it installed fines.....
and then another new extracted image of my retail disc, in this case i just made an autounatended awnser file with vlite then leave all windows images in and the used Wiak with the same spanish language pack used the Script for integration of the language pack , tried in vmware and fisicaly too and worked fine......
So my guess is that vlite dint like my language cab, my vista disc or something else.....
Thanks Mui for taking the time with this problem....
#16
Posted 18 October 2007 - 06:13 AM
#17
Posted 23 October 2007 - 11:01 PM
--->Nuhi: thanks for you attention, I feel so grateful that you put attention to the matter. So I ask again, any more details that you need to know to help this issue?
#18
Posted 24 October 2007 - 06:54 AM
#19
Posted 24 October 2007 - 06:59 AM
MagicAndre1981, on Oct 24 2007, 01:54 PM, said:
If you mean KB942903 then the download links are below....
x86 270KB (Validation Required)
x64 287KB
------
Knowledge base Article
This post has been edited by legolash2o: 24 October 2007 - 07:09 AM



Help

Back to top











