PDA

View Full Version : Sending information when uninstalling


vekayyam
09-07-2008, 02:52 AM
Hi,
I want to add an uninstall dialog which asks the user several questions (They will be answered by Radio buttons or free text).

My question is, how to submit the user answers back to me? (XML file?).

Thanks,
Amir

Ulrich
09-10-2008, 05:02 PM
I suppose you could use a HTTP.Submit() and send the info to a form hosted on some web server, which then could store the info in a database or redirect it to you by email.

Ulrich