tags:

views:

31

answers:

1

The ClickOnce uninstaller does not kill my application. Is there a way I can close my app when it's uninstalled using ClickOnce?

+1  A: 

There's no way to do this that I know of, at least not through ClickOnce. It will just mark the files and remove them when you finally close the application.

RobinDotNet