During my installation I want to display a temporary message box to the user which will disappear by itself after 5 seconds. If I call MessageBox() it waits until the user clicks OK, how can I close the window programatically without forcing (waiting for) the user to click OK ?
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

temporary Message Box
Started by
integer
, Sep 03 2012 00:09
2 replies to this topic
Posted 03 September 2012 - 00:51
You could use a Custom Action that calls an executable that makes use of a timer and maybe me.close.
Posted 03 September 2012 - 08:38
MSI can show messages where the user doesn't have to click OK (like the SetupInitialization dialog). They disapper automatically when the next dialog is displayed.
Stefan Krüger
InstallSite.org twitter facebook