Hello,
For a .NET application installed using ClickOnce, is there any way to run code during the uninstall process?
I need to update a database install count that I set during the ClickOnce first run. I hope there's an equivalent method, that I can hook, during the uninstall process.
Any suggestions?
Thanks in advance.
Victor