Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Force ScheduleReboot

$
0
0
It appears to work fine (displays the "do you want to restart now or later" dialog) until I add the below code...
        project.ManagedUI = new ManagedUI();
        project.ManagedUI.InstallDialogs.Add(Dialogs.Welcome)
                                        .Add(Dialogs.Licence)
                                        .Add(Dialogs.SetupType)
                                        .Add(Dialogs.Features)
                                        .Add(Dialogs.InstallDir)
                                        .Add(Dialogs.Progress)
                                        .Add(Dialogs.Exit);
or...
        project.ManagedUI = ManagedUI.Default;
Looks like once the ManagedUI sequence modifies it to no longer show the prompt.


Thanks for the help. I'll have to take your recommendation to build my own "do you want to reboot" dialog.

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>