Yes, that's possible. The syntax looks like "My message [2]". See MSDN 
documentation for MsiFormatRecord() for details. You can then use 
MsiProcessMessage() to pass a record holding values for the placeholders. 
Again, see the MSDN documentation for details.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Berkovich
Sent: Monday, July 28, 2008 9:27 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Custom Action formatted Progress text question

Hi,
  I have writen my own custom action.In addition I have declared this
section uder fragment:
  <UI>
      <ProgressText Action="MyCA">Generating file...</ProgressText>
  </UI>

where its works fine.

My question is :
  (1) if exist any way to add formated text to progress text. Ex:
      <ProgressText Action="MyCA">Generating file {0}...</ProgressText>

where I can define in Custom action what will be {0} parameter.

Thanks.
 Dima
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to