c# - Execute code before uninstall of a WPF application -


i have created wpf click-once application running perfectly.

now, want execute code before application gets uninstalled. want inform server application particular machine uninstalled.

but didn't find feasible way achieve this.

could please provide thought on this? how achieve this?

i not sure whether possible or not. if not there alternate way creating setup project.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -