I have created a WPF Click-Once application which is running perfectly.
Now, I want to execute some code before this application gets uninstalled. Basically I want to inform the server that an application from this particular machine is uninstalled.
But I didn't find any feasible way to achieve this.
Could you please provide your thought on this? How to achieve this?
I am not sure whether it is possible or not. If not then is there any alternate way to do so like by creating setup project
.