In article <[EMAIL PROTECTED]>,
    Grigory Konovalov <[EMAIL PROTECTED]>  writes:

> I'm using WIX 3.0. How is this possible/best way to localize Custom
> Action messa ges?

If its just a single message to be displayed while the action is running,
use the ActionText table for that.

If it is error messages you can use the Error table for that.

If it is some other sort of message, then you have a couple choices
depending on whether or not the action is immediate or deferred.  For
immediate actions, you can use a custom table to hold the messages and
localize that, or you can use a property and localize the property value.
For deferred actions, the way I've handled it in the past was to localize
a property's value and then send the property as part of the custom
action data.  The custom action uses that data to get the message it will
display.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
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