Using SendMessage help?
I need my nsis installer to send custom windows messages to the application that is listening for the stages of the installation. I believe that I need to use sendmessage with WM_COPYDATA but do not know how to do it within nsis. Any help would be appreciated.