you're right, there was severals error i wrote dsim it must be dism; and syntax of ren was false The script must be launch in w8 (in w7 i have also some errors) PS: in w8 you must download Windows AIK and extract imagex.exe (i put the file in \windows\system32\) Edit: if you have some wim error when you dismount try : "dism /Unmount-Wim /MountDir:\WIN8\WIM /discard", reboot your PC and very important: don't open the WIM directory in windows explorer (it locks some files and unmount don't work Edit 2: script is for fr-fr language just replace with your
Ok I see, so you are a f**king troll who pretends is downloading the x86 LP , you should be banned for trolling. By the way, what kind of extraterrestrial language is the pic showing?? do you live underground with the moles or something?
which error do you get? Also i wonder if it is really able to remove the en-us LP without any problem, if you just copy other languagefiles into the WinPE Setup. I have installed the de-DE WinPE LP, so of course its working with my boot.wim. Here are some WinPE x64 Languagepacks I uploaded so far: de-de el-gr es-ES fr-fr it-it nl-nl pt-BR pt-PT sl-si
Guide Based on the BubuXP Windows 7 Guide Thanks to him! We must have: C\8Work ╠═══ [cmd] > We only need ImageX and OSCDIMG, as DISM it's already on Windows 8 ╠═══ [DVD] > with all folders and files from the Win7 install DVD ╠═══ [LP] > with your lp.cab ║. . . . ╠═══ [setup] ║. . . . ╠═══ [sources] ║. . . . ╚═══ [WinPE] > with a dozen of .cab files get them from RTM ADK! ╚═══ [WIM] > will contain the expanded files from "install.wim" And this if how I did it as I now testing the final ISO with recent WinPE Leaked Languages.. this will be all you need to execute Code: dism /Mount-Wim /WimFile:C:\8Work\DVD\sources\install.wim /index:1 /MountDir:C:\8Work\WIM dism /Image:C:\8Work\WIM /Add-Package /PackagePath:C:\8Work\LP\lp.cab dism /image:C:\8Work\WIM /Remove-Package /PackageName:Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 dism /image:C:\8Work\WIM /Set-SKUIntlDefaults:es-ES /Gen-LangINI /Set-SetupUILang:es-ES /distribution:C:\8Work\DVD dism /Unmount-Wim /MountDir:C:\8Work\WIM /commit imagex /export /check /compress maximum C:\8Work\DVD\sources\install.wim * C:\8Work\newinstall.wim copy /V /Y C:\8Work\newinstall.wim C:\8Work\DVD\sources\install.wim erase /F /Q C:\8Work\newinstall.wim xcopy C:\8Work\LP\setup\sources\* C:\8Work\DVD\sources\ /cheriky rmdir /s /q C:\8Work\DVD\sources\en-US dism /Mount-Wim /WimFile:C:\8Work\DVD\sources\boot.wim /index:2 /MountDir:C:\8Work\WIM dism /image:C:\8Work\WIM /Add-Package /PackagePath:C:\8Work\LP\WinPE dism /Image:C:\8Work\WIM /remove-package /packagename:Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-IbsProvider-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-Scripting-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-SRT-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-Setup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-WMI-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 dism /image:C:\8Work\WIM /Gen-LangINI /distribution:C:\8Work\WIM dism /Unmount-Wim /MountDir:C:\8Work\WIM /commit dism /Mount-Wim /WimFile:C:\8Work\DVD\sources\boot.wim /index:1 /MountDir:C:\8Work\WIM dism /image:C:\8Work\WIM /Add-Package /PackagePath:C:\8Work\LP\WinPE dism /Image:C:\8Work\WIM /remove-package /packagename:Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-IbsProvider-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-Scripting-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-SRT-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-Setup-Client-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-Setup-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 /packagename:WinPE-WMI-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 xcopy C:\8Work\WIM\Windows\Boot\DVD\PCAT\es-ES\bootfix.bin C:\8Work\DVD\boot\ /cheriky xcopy C:\8Work\WIM\Windows\boot\PCAT\memtest.exe C:\8Work\DVD\boot\ /cheriky xcopy C:\8Work\WIM\Windows\boot\PCAT\es-ES\* C:\8Work\DVD\boot\es-ES\ /cheriky xcopy C:\8Work\DVD\boot\es-ES\* C:\8Work\DVD\boot\en-US\ /cheriky dism /Unmount-Wim /MountDir:C:\8Work\WIM /commit imagex /export /boot /check /compress maximum C:\8Work\DVD\sources\boot.wim * C:\8Work\newboot.wim copy /V /Y C:\8Work\newboot.wim C:\8Work\DVD\sources\boot.wim erase /F /Q C:\8Work\newboot.wim bcdedit /store C:\8Work\DVD\boot\bcd /set {default} locale es-ES bcdedit /store C:\8Work\DVD\efi\microsoft\boot\bcd /set {default} locale es-ES erase /F /Q /A:SH C:\8Work\DVD\boot\*.log* erase /F /Q /A:SH C:\8Work\DVD\efi\microsoft\boot\*.log* oscdimg -h -u2 -m -bC:\8Work\DVD\boot\etfsboot.com -lWindows8 C:\8Work\DVD C:\8Work\Windows8.iso By following this guide your Windows 8 will be only in the language you installed English Will be deleted
i remove the language but when create the iso, and i will do installation he closes before of load if i do not remove the language en-us he continues installing normally - sorry my english
dont know which is the Problem in your case. I did not try installing with removing en-us and just copying language files to the boot.wim. I used the WinPE Language Pack to integrate into the boot.wim, so there is no Problem when removing en-us. So try making a iso with downloading the WinPE Language Pack and integrate it into the boot.wim
All worked perfectly like it should be I tried my Win 8 on a PC all fine WinPE in spanish all in Spanish YEAH And 4 versions too Windows 8 Core, Pro, ProWMC and Enterprise thanks for the WinPE LP @VelleX
so my iso this working perfectly all this in portuguese, but is need choose the language on screen of the boot.wim before to continue, i wanted that not needed and it already appears to in portuguese without need choose, has with do it? sorry i am not much good in english