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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -