<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 27, 2017 at 11:11 AM, Melkor Lord <span dir="ltr"><<a href="mailto:melkor.lord@gmail.com" target="_blank">melkor.lord@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I'm happily using wimboot for a Windows deployment system and it works like a charm!<br><br></div>As I have to deal with more than one language, I managed to add language-packs to the Windows distribution and, with the help of an unattended XML file, deploy Windows with the correct language selection.<br><br></div>The only remaining issue is with "boot.wim"! Even though it features multi languages support through language-packs, I can't figure a way to dynamically choose the language when it kicks up.<br></div><div><br></div><div> Across the internet, there are only solutions that involve hardcoding the language value via the DISM command, which, of course, breaks the dynamic part of the process.<br></div><br></div>Is there a way to pass some boot arguments to wimboot forcing "boot.wim" to use that special language?<br></div></div></blockquote><div><br></div><div>Correct me if I'm wrong but isn't each language added as a separate index in boot.wim?</div><div>So adding index=x to the wimboot cmdline where x represents the index of your preferred language should be an option.</div><div>If it does not use different indexes then I guess it is an option that you give via BCD, so having one BCD file for each language is probably the fix you would want in that case.<br><br>But I must ask, which parts of boot.wim do you actually need to have language specific?<br>I would suggest having boot.wim in English and when setup.exe kicks in it will give you the language specified in unattended anyway?</div><div><br></div><div>/Christian</div></div></div></div>