Hello,
I'm trying to install MS SQL 2008 R2 Express unattended as part of a setup for a new application. I'm from Austria, so our target machines have the default language setting "Deutsch (Österreich)" - "German (Austria)". SQL-Setup failes with the well-known message "SQL Server setup media does not support the language of the OS or does not have ENU localized files. Use the matching language-specific SQL Server media or change the OS locale through Control Panel."
My question: How can I change the OS locale through code (C# / C++ / whatever) during the setup to get it working? Which settings must be changed?
Please help!