On 2/10/2010 11:50 AM, Tabmow wrote:
>      Is it possible to change the error dialogs for some of the known types?
> Ie.  If i know a certain Windows installer error code, can i override the
> default error dialog with my own dialog from my wix code?
>    

No but you can use control conditions to show different messages based 
on conditions.

> Basically i am now using "Platforms=x64" in wix so we only want our MSI to
> run on 64-bit platforms, which it now does.  But when you run the msi on a
> 32-bit platform, the msg that pops up is "This installation package is not
> supported by this processor type.  Contact your product vendor" (i think
> error code 1633).    So how do i create my own dialog that will get spawned
> when error code 1633 is hit instead of the default?  Is this possible?
>    

No. In that case, MSI won't even open your package; the error is shown 
before anything in your package could change it.

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


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to