If modify 'MessageBox' then is it possible?
This Windows
I'm sorry my broken English. 🙂
19 posts
Originally posted by rainwaterNot necessary, the dll would have two functions (or one with a switch parameter, or that is context sensitive) so that you make one call to show the dialog, then in NSIS do yer registry stuff, then another call to dismiss the dialog.
If you write a dll to do it for instance, it would have to be responsible for creating the registry entries as well as you can't execwait a dll.