Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
I created nsDialogs modification that adds timer support to nsDialogs. With it is possible to call NSIS functions without user interaction.
Mod adds two new functions to nsDialogs:
On sucess it will push timer id and on failure "error" to the the stack. Timer id will be also waiting on the stack when the callback function is called.nsDialogs::CreateTimer time_in_milliseconds function_address
Simply kills the timer specified by the timer id. Doesn't push anything on the stack.nsDialogs:😁estroyTimer timer_id
ps. I build the plug-in with MinGW so it's linked to msvcrt.dll and the file size is slightly bigger.
PaR