Re: [WiX-users] Custom Action formatted Progress text question

2008-07-28 Thread Fredrik Grohn
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:
  
  Generating file...
  

where its works fine.

My question is :
  (1) if exist any way to add formated text to progress text. Ex:
  Generating file {0}...

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


[WiX-users] Custom Action formatted Progress text question

2008-07-28 Thread Dmitry Berkovich
Hi,
  I have writen my own custom action.In addition I have declared this
section uder fragment:
  
  Generating file...
  

where its works fine.

My question is :
  (1) if exist any way to add formated text to progress text. Ex:
  Generating file {0}...

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