Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-16 Thread Phil Wilson
In general the MsiSetExternalUI related stuff is available with a NET interop layer that wraps MsiExternalUIRecord. For example, you can arrange to handle FilesInuse events (search for ExecuteFilesInUseEventArgs) and display the dialog. Or search for BootstrapperApplication.ExecuteMsiMessage.

Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-14 Thread Soren Dreijer
-14 3:51 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Displaying custom error messages if deferred CA fails [P] In general, this works well for Immediate custom actions (my custom actions follow a similar pattern). However, for deferred actions, you're

Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-14 Thread Phil Wilson
. Subject: Re: [WiX-users] Displaying custom error messages if deferred CA fails [P] In general, this works well for Immediate custom actions (my custom actions follow a similar pattern). However, for deferred actions, you're not going to be able to set (or get) properties. That being said

Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-14 Thread Soren Dreijer
. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: May-09-14 3:51 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Displaying custom error messages if deferred CA fails [P] In general, this works well for Immediate

Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-14 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+

Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-09 Thread Steven Ogilvie
Classification: Public 1. Have a MSI property set up that is empty If the custom action has an error populate the MSI property Display the error via a custom error dialog if the property is not empty? 2. Display the custom action error message in the Custom Action itself (as long as the MSI is

Re: [WiX-users] Displaying custom error messages if deferred CA fails [P]

2014-05-09 Thread Steven Ogilvie
] Sent: May-09-14 3:51 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Displaying custom error messages if deferred CA fails [P] In general, this works well for Immediate custom actions (my custom actions follow a similar pattern). However, for deferred actions, you're