I have created a Desktop Application which basically does some scan in the user's computer. I have created the setup using the NSIS. Everything works fine.
Even the Un-installation part works fine. However out of curiosity I wanted to add a feature during the Un-Installation part. I want that once the user uninstalls the application. The application and its files should be removed from the user's pc(that part I have completed). Next thing I want to do is that the user should be redirected to my website stating a message thanking him for using the Application.
For this I have created a batch file which have the website url as well as the User's name in the query string(which he gives during the registration). And I'm creating the batch file using C#.
How do run the batch file during the Uninstallation so that it can get me to the website.
The example url is as follows www.application.com\username='abc'
I tried to get help from this URL but couldnt solve my problem.
Any help would be appreciated.
Thanks and Regards
S. Vikneshwar