Re: [WiX-users] deferred custom actions

2012-03-06 Thread Rob Mensching
Take a look at the wcautil support for schedule a reboot from a deferred custom action. It's not easy. On Tue, Mar 6, 2012 at 9:49 AM, Meera Jindal wrote: > Hi > > Is there a way for a deferred custom action to pass custom data back to the > installer? > > I want my FatalErrorDialog to show a di

[WiX-users] deferred custom actions

2012-03-06 Thread Meera Jindal
Hi Is there a way for a deferred custom action to pass custom data back to the installer? I want my FatalErrorDialog to show a different message based on which of my deferred custom actions fail. But since I can't set properties (using MsiSetProperty) from within a deferred custom action, I don'