PDA

View Full Version : Disable Language Selection



musabio
02-25-2009, 12:48 PM
How can I disable the language selection dialog via a command line switch? Normally I want it, but I want to implement a /SILENT option (set by command line switch), and this dialog seems different from the others that can be easily disable/hidden.

linder
02-26-2009, 01:01 PM
Hello,

See the "Radio Button 2.sb6" project in the Examples package to use another "select language" method. You can then set the language programmatically. For example, detect that the installer is running in silent mode and disable the language selection dialog at all. If you need coding help, just let me know.

http://www.lindersoft.com/sb6_Examples.exe

Does this help?

Friedrich