View Single Post
  #5  
Old 27-01-2010, 10:56
voodoo_nbgd voodoo_nbgd is offline
Registered User
 
Join Date: Aug 2006
Location: Serbia, Europe
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
voodoo_nbgd is on a distinguished road
Peterf's method tested and working.

You can also edit autorun.xml to remove any trace of languages you don't want to have (icons in autorun menu, possible running of setup.exe in an unsupported language etc).

Here goes:

1. Search for <strings language="en">, remove other language blocks.
2. Search for <actionqueue name="selectlanguage_en">, remove other blocks.
3. Search for <case casevalue="en" (two occurences), remove other lines.
4. Search for <condition name="CheckReadmeButton_en", remove other blocks.
5. Search for <xmlbutton name="english", remove other blocks.
Reply With Quote