Does anyone know how to do an HTTP post to a URL upon completion of uninstall? I'd like to track in my database total number of uninstalls.
Asked
Active
Viewed 49 times
0
-
1For instance [`this way`](http://stackoverflow.com/a/6722816/960757). – TLama Mar 21 '13 at 11:20
-
There is also uninstall feedback described [here](http://www.gerixsoft.com/blog/innosetup/uninstall-feedback) – RobeN Mar 21 '13 at 11:22
-
Btw, I'm having a simple HTTP/S request/response library on my task list. But first I want to finish the [`Inno JSON Parser`](https://code.google.com/p/inno-json-parser/wiki/Reference), then the similar library for XML files and then this one. But I'm busy with my daily work as well, so it will take some time. – TLama Mar 21 '13 at 11:54