You're right, I didn't look it up, but it was given in the context of
setting properties, not aborting installations.

A type 19 looks like this:

<CustomAction Error="<error-number>" .../>
<UI><Error Id="<error-number>">Error Message</Error></UI>

Where <error-number> is an integer that is your Installer error value. Use
ones MSFT didn't define for your errors, above some number I don't remember
but I believe it is documented in MSDN (start from the Error table docs).

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Tuesday, October 20, 2009 4:47 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to detect files presence and conditionally show
a new added dialog page

Blair wrote:
> "Type 19" is <CustomAction Property='PROPID' Value='My Value
> [WITHPROPERTIES] if needed'/>
>   

That's a 51, actually. 19 is error, which quite different.<g>

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



----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to