which error? Of course make sure all paths are correct. @tommy755 So if you start installation in windows, is there a screen where you can select language?
vellex, this command (dism /Image:C:\WIN8\WIM /Add-Package /PackagePath:C:\LP\lp.cab) error: 0x800070003
@tommy755 noticed that if i delete my sources\ei.cfg file, setup starts in english language without language dialog. So you could add a ei.cfg file with this content Code: [Channel] Retail [VL] 0
just make a new textfile in the "dvd\sources" folder with the name "ei.cfg". Then open it with notepad and enter the text above.
Thanks Now it works! After adding a language, and I changed the language for the installation. This will install it for me in English if possible to change language after installation, or it will install it for me in language i choosing??
@himomthep sorry, i do not know what error this is. Did you check if paths are correct? And do you really have x64 version of windows? EDIT: @tommy755 On the language dialog after starting "setup.exe", i think you choose only the language for install process. After clicking on the language, the seconds dialog appears (Windows Setup) where you choose which default language the finished installation will have. You could also uninstall the english language pack from the boot.wim and install.wim, so that there will be only your language.
Hello, With all posts i made an batch file to add another language. (just put the win 8 dvd content in d:\win8\dvd; the lp.cab language in d:\win8\lp; extract the setup folder of the lp.cab in d:\win8\lp; create an d:\win8\wim folder) But do you know how to remove the en-US language ?
Hello, I have two question : Is there possibility to unlock all the build in the dvd like Windiows 7, in order to having , PRO, ENTREPRISE,etc ?? Anyone have a link of the Native FRENCH iso of Windows 8 ? Thanks a lot, Best regards, Nixeus
Code: DISM /Image:D:\WIN8\WIM /get-Packages DISM /Image:D:\WIN8\WIM /remove-Package /packagename:Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 same for WinPE. But in WinPE there are more packages installed. @Nixeus In the Windows 8 Pro ISO is only Windows 8 Core and Pro, so you cant "unlock" all. But you can add image of Enterprise with imagex.exe: Code: imagex /export x:\sources\install.wim 1 f:\WinProDVD\sources\install.wim /compress maximum But then you also have to have an "ei.cfg" file in the sources folder to be able to choose the edition
At what stage of adding another language to delete the language that you do not need to remain only yours, or. how to remove a second language before creating an ISO file. Tnx.