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
s from the OS (assuming the OS has Spanish language support installed). -Original Message- From: little.forest [mailto:little.for...@ymail.com] Sent: Tuesday, November 03, 2009 5:38 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Some text on progress dialog We use Wix 3.0

[WiX-users] Some text on progress dialog

2009-11-03 Thread little.forest
We use Wix 3.0. In the progress dialog, there are some text showing during installation such as "Starting services", "Copying new files" or "Stopping services". I wonder if these text configurable based on different language? I found these string IDs and add the translation in each wxl files.