Re: [WiX-users] Some text on progress dialog

2009-11-09 Thread little.forest
Thanks Blair. After removed those curly braces, it works. I'll log a bug. Thanks again. From: Blair To: General discussion for Windows Installer XML toolset. Sent: Friday, November 6, 2009 6:56:44 PM Subject: Re: [WiX-users] Some text on progress d

Re: [WiX-users] Some text on progress dialog

2009-11-05 Thread Blair
er 05, 2009 5:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Some text on progress dialog Thanks Blair. You're a truly expert on Wix. I added "" in my code. It works! By the way, how does LCID work? Currently, in my code, I have "Langua

Re: [WiX-users] Some text on progress dialog

2009-11-05 Thread little.forest
iscussion for Windows Installer XML toolset. Sent: Tuesday, November 3, 2009 10:18:47 PM Subject: Re: [WiX-users] Some text on progress dialog If you want to use the WiX-supplied values, you need to have the following element in your authoring: and have "es-es" in your -Cultures paramet

Re: [WiX-users] Some text on progress dialog

2009-11-03 Thread Blair
If you want to use the WiX-supplied values, you need to have the following element in your authoring: and have "es-es" in your -Cultures parameter for light.exe. Otherwise, you need to make sure your ProductLanguage is set to some LCID that identifies Spanish so it will use the strings from the OS