Archive: Integrate PayPal Donation button


Integrate PayPal Donation button
Hi guyz!

I hope you can help me. Is it possible to easily integrate a PayPal donation button to the NSIS installer?

I didn't find anything to this ... (I know there is a thread about this, but with another target). I want to have a button on installation progress page and/or on the finish page which should open the default browser with the PayPal donation page.

Can someone help me? Or, i someone knows an open source project which is also using a donation button with their NSIS installer, this would be also fine (so i can extract the needed parts myself).

THX @LL!


Buttons, images, slideshows, etc., in nsis? Sure!
In your case you might want to look in the following pages:
http://nsis.sourceforge.net/InstallOptions Ex_plug-in (remove the space)
http://nsis.sourceforge.net/SkinnedButton_plug-in
http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html
http://nsis.sourceforge.net/ButtonEvent_plug-in


and don't forget...
http://nsis.sourceforge.net/Open_lin...browser_window
...people are probably less likely to donate if you just destroyed their existing webbrowser webpage display :)


Great guys! You helped me alot! I got it ;) ...

THX for helping!

C YA