Dmitry Berkovich wrote:
>   During execution of deferred CA I want to show error like: "Error
> generate data to file  XXX" where XXX will be file name that stored in
> session.CustomActionData under key "fileName". What kind of message I
> need add to error table that msi engine will format it by using value
> from CustomActionData?
>   

You can't format properties from a deferred CA, just pass literals in 
the record that specifies the values passed to MsiProcessMessage. MSI 
assembles the string based on the Error template.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to