In article <[EMAIL PROTECTED]>,
    larsenal <[EMAIL PROTECTED]>  writes:

> I think so.  I've added a CA which is supposed to throw an error as follows:
> 
> <CustomAction Id="ForceError"  Error="FORCE_ERROR_HERE" />
> 
> However, it seems that it's not forcing a rollback.  Any ideas?

The docs say:

Name    Type    Description
Error   String  This attribute specifies an index in the MSI Error table
                to use as an error message for a type 19 custom action
                that displays the error message and aborts a product's
                installation.

I don't know what you intend to have happen with FORCE_ERROR_HERE,
when the attrribute value should be an index into the Error table,
which is an error number.
-- 
"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