View Single Post
  #8  
Old 24-03-2005, 14:05
GLH's Avatar
GLH GLH is offline
Registered User
 
Join Date: Nov 2000
Location: Berlin / Germany
Posts: 4,727
Thanks: 0
Thanked 0 Times in 0 Posts
GLH is on a distinguished road
Exclamation Addition to the DVD9toDVD5 Conversion

After removing some languages from the DVD, it's very annoying that SETUP is asking you for language selection.

To get rid of it you have to edit the SETUP.INI .

If you leave only one language
change the SETUP.INI from:
[Startup]
EnableLangDlg=Y
...
[Languages]
Default=0x0009
count=5
key0=0x0009
key1=0x040c
key2=0x0007
key3=0x0010
key4=0x000a

to:
[Startup]
EnableLangDlg=N
...
[Languages]
Default=[code for your language]
count=1
key0=[code for your language]

0x0009 english / 0x040c french / 0x0007 german / 0x0010 italiano / 0x000a espaniol

If you leave more than one language (for example german&english)
change the SETUP.INI from:
see above

to:
[Startup]
EnableLangDlg=Y
...
[Languages]
Default=[code for your first language]
count=[count of languages]
key0=[code for your first language]
key1=[code for your second language]
...
__________________
Please read the FileForums [URL="http://www.fileforums.com/showthread.php?t=54193"]BOARD RULES[/URL] and [URL="http://www.fileforums.com/showthread.php?t=73906"]FAQs[/URL].

This post may not be reproduced without prior written permission.
Copyright (c) 2000-2008 All rights reserved to makes me feel special. :-)
[COLOR=black]
[/COLOR]
Reply With Quote