Archive: Get Text of Next Button


Get Text of Next Button
I'm trying to get the text of the Next button, and well I can't just assume it's "Next >" because my installer is multi-lingual. Is there some way of doing that, I've tried GetWindowText using the System plugin, and WM_GETTEXT from WinMessages.nsh but no luck yet.


$(^NextBtn)


thanks :)