In article <[EMAIL PROTECTED]>,
    Justin Goshi <[EMAIL PROTECTED]>  writes:

> Is there a way for a deferred custom action to pass custom data back to the=
>  installer?

No, but you don't need this in order to display a custom error
message.

Instead, use the Error table to store your custom error message with a
primary key (the error number) in the range 25000-30000.  Use
MsiProcessMessage to issue the error from your custom action.  This in
turn will use your defined error dialog.
-- 
"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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to