Re: [WiX-users] Customize ErrorDialog behaviour

2012-07-04 Thread Bob Arnson
On 02-Jul-12 07:03, Vladimir Kiryazev wrote: > I am trying to show ErrorDialog required by Windows Installer by means of > SpawnDialog event. But how can I customize its behavoiur? > I need it just to close on OK clicked but it exits the installation. > Is it possible or should I use custom dialog

[WiX-users] Customize ErrorDialog behaviour

2012-07-02 Thread Vladimir Kiryazev
Hi all, I need to show error message from CA executed on DoAction event. It is documented that MsiProcessMessage (and hence Microsoft.Deployment.WindowsInstaller.Session.Message) doesn't work in that case. I am trying to show ErrorDialog required by Windows Installer by means of SpawnDialog event.