>>Is it possible .....and to check it from my WPF custom bootstrapper
application?

In the ApplyComplete handler (see WixBA InstallationViewModel of wix src) in
code similar to this: 

if (this.root.State != this.root.PreApplyState)
            {
                this.root.State = Hresult.Succeeded(e.Status) ?
InstallationState.Applied : InstallationState.Failed;

// Add code to something like this
if (e.Restart == ApplyRestart.RestartRequired)
                {
                    if (Display.Full == ...Command.Display)
                    {
// ....do something to signal the user.......
                   }
                    else
                    {
                        e.Result = (Result)3010;
                    }
                } 

            }




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Restart-setting-from-CA-and-checking-from-Custon-BA-tp7600110p7600116.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to