Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Wilson, Phil
ral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors Right Now one Dialog Box with some predefined wix error message is coming. But I want to give my own error message on this dialog box. Regards Sandeep -Original Message- From: Rob

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
Thanks for responses. Will try with this approach. Regards -Sandeep -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 3:01 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Rob Mensching
They can call ::MsiProcessMessage(). -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 14:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors What about

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Alexander Shevchuk
toolset. Subject: Re: [WiX-users] Custom action Specific Errors What about DLL CAs. Regards Sandeep -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 2:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
What about DLL CAs. Regards Sandeep -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 2:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors Ahh, sorry, you don't get

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Rob Mensching
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors Gracefully crash. Interesting. Why not avoid the crash and display the dialog instead? -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: M

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action Specific Errors Gracefully crash. Interesting. Why not avoid the crash and display the dialog instead? -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Rob Mensching
: [WiX-users] Custom action Specific Errors Yes.. But I want to come out gracefully from that crash and want to show some meaning ful error to users. Regards Sandeep -Original Message- From: Wilson, Phil [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 1:40 PM To: General discussion

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
. Subject: Re: [WiX-users] Custom action Specific Errors That's a standard Windows Installer error that means the custom action (probably) crashed, not a WiX error you can re-define. Phil Wilson -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED]

Re: [WiX-users] Custom action Specific Errors

2008-10-27 Thread Wilson, Phil
neral discussion for Windows Installer XML toolset. Subject: [WiX-users] Custom action Specific Errors Hi, I have few custom actions. For example, I want to execute installutil.exe in my custom action, But due to some reason this custom acton is getting fail. On failure some wix predefined error 1722 is c

[WiX-users] Custom action Specific Errors

2008-10-27 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I have few custom actions. For example, I want to execute installutil.exe in my custom action, But due to some reason this custom acton is getting fail. On failure some wix predefined error 1722 is coming. But I want to give some custom action specific error. Please help how can I do this?