Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   User feedback on deinstallation (http://forums.winamp.com/showthread.php?t=231508)

Hamlet 20th November 2005 16:30

User feedback on deinstallation
 
Hallo,

I want the user to give some feedback on the deinstallation page. How do I do that? Is there a plugin available for that task?

best regards,

Hamlet

dandaman32 21st November 2005 17:02

Create a custom InstallOptions page and use nsisDl to "download" a web page from your server, and use a PHP/ASP/etc script to add the information to your customer database.

code:
;at this point we have $0, $1, and $2 as values read from the InstallOptions INI
nsisDl::download "http://www.yoursite.com/scripts/feedback.php?a=$0&b=$1&c=$2" "$PLUGINSDIR\Result.INI"



If you're using PHP, make sure you use the $_REQUEST var instead of $_POST or $_GET.

-dandaman32


All times are GMT. The time now is 05:17.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.