nice_guy75 Posted May 19, 2010 Share Posted May 19, 2010 I want to change language of my boot.wim, how can I do it?I can change language of install.wim by installing it and then install the language pack; change the default language (display language) and then capture the install.wim. Alternatively I can also integrate language using vlite or RT 7 lite or 7 customizer. But how can I change change the default language of boot.wim????????????? Link to comment Share on other sites More sharing options...
bfc_xxx Posted May 19, 2010 Share Posted May 19, 2010 After you integrate the language in your source change this in AutoUnattend.xml:<SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> Link to comment Share on other sites More sharing options...
arwidmark Posted May 19, 2010 Share Posted May 19, 2010 You can also set the input locale using DISM (offline) Link to comment Share on other sites More sharing options...
grabben Posted May 19, 2010 Share Posted May 19, 2010 (edited) You can also set the input locale using DISM (offline)I prefer this way beacuse then you still have the option to choose language yourself for setup (ok that doesnt really set language).You dont get that option if you specify it in a unattended file..I posted the dism commands in the 7Customizer thread, few pages back..Edit: Here it is; Edited May 19, 2010 by grabben Link to comment Share on other sites More sharing options...
nice_guy75 Posted May 20, 2010 Author Share Posted May 20, 2010 I have a very strange problem. I have tried to integrate english language with vilte, 7 customizer and RT seven lite. But vilte and 7 customizer have failed to integrate only RT 7 lite succeded, but when I tried to install that OS it is giving some CD/USB drive error, what that error might be and how can get rid of that error? Link to comment Share on other sites More sharing options...
grabben Posted May 20, 2010 Share Posted May 20, 2010 I have a very strange problem. I have tried to integrate english language with vilte, 7 customizer and RT seven lite. But vilte and 7 customizer have failed to integrate only RT 7 lite succeded, but when I tried to install that OS it is giving some CD/USB drive error, what that error might be and how can get rid of that error?You need to tell us more..7Customizer doesnt integrate language to boot.wim, only install.wimcant remember bout vlite and 7lite i have no real experience..What is the error you get? Link to comment Share on other sites More sharing options...
nice_guy75 Posted May 20, 2010 Author Share Posted May 20, 2010 You need to tell us more..7Customizer doesnt integrate language to boot.wim, only install.wimcant remember bout vlite and 7lite i have no real experience..What is the error you get?Sorry brother, I am actually trying to integrate language pack not only in boot.wim but in the entire installation files.Great, when I tried with 7 customizer it was giving some error but I don't remember the error code and now when I was trying once again it is not letting me do anything. It is giving me this message "Uncxpected error: see the log" when I am selecting the director of installation files.Mind it there are not spaces in the entire path of the installation files. Link to comment Share on other sites More sharing options...
grabben Posted May 20, 2010 Share Posted May 20, 2010 (edited) You need to tell us more..7Customizer doesnt integrate language to boot.wim, only install.wimcant remember bout vlite and 7lite i have no real experience..What is the error you get?Sorry brother, I am actually trying to integrate language pack not only in boot.wim but in the entire installation files.Great, when I tried with 7 customizer it was giving some error but I don't remember the error code and now when I was trying once again it is not letting me do anything. It is giving me this message "Uncxpected error: see the log" when I am selecting the director of installation files.Mind it there are not spaces in the entire path of the installation files.For problems with 7Customizer, check out the supportthread for the app..Install.wimDism /Mount-Wim /WimFile:dvd\sources\install.wim /index:1-5 Dism /MountDir:mountDism /image:mount /add-package /packagepath:"lp.cab Dism /Unmount-Wim /MountDir:mount /commitBoot.wim #1Dism /Mount-Wim /WimFile:dvd\sources\boot.wim /index:1 /MountDir:mountDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\lp.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-scripting_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-srt_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-wds-tools_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-wmi_sv-se.cabDism /image:mount /Gen-LangINI /distribution:mountDism /Unmount-Wim /MountDir:\mount /commitBoot.wim #2Dism /Mount-Wim /WimFile:dvd\sources\boot.wim /index:2 /MountDir:mountDism /image:mount /add-package /packagepath:waik\winpe-fontsupport.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\lp.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-setup_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-setup-client_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-scripting_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-srt_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-wds-tools_sv-se.cabDism /image:mount /add-package /packagepath:WinPE_Langpack\ark\sv-se\winpe-wm_sv-sei.cabDism /image:mount /Gen-LangINI /distribution:mountDism /Unmount-Wim /MountDir:mount /commitYou will have to replace ark with architecture (amd64 or x86)sv-se with your own languageand rest is selfexplainingMake sure to run deployment tools command prompt as administrator.. Edited May 20, 2010 by grabben Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now