gemal
26th February 2011 19:03 UTC
Call URL at the end of install
Is there a way to call a URL (silent) to indicate that the install was sucessful?
I like to keep a track of my installs and I dont want inform the user, so I like the call to be silent (hidden)
How can I do that in NSIS?
Anders
26th February 2011 19:16 UTC
http://nsis.sourceforge.net/Inetc_plug-in
But doing this silently is NOT cool and you probably need to add some sort of privacy policy or change your license (IANAL)
patriculus
27th February 2011 06:37 UTC
i also want to know how many users installed/uninstalled my program without informing them. I want to get information on my email. Is it possible with this plugin? If so can u please post the script on how to get it.