uninstall - Wipe AppData/Roaming after ClickOnce application uninstalled -
i have .net application operates sensitive content. after uninstalled want data has been removed device' storage. data app stores placed c:\users[username]\appdata\roaming[application] , persists after application uninstalled shall not.
my application distributed within clickonce installer.
how make wipe data when user uninstall via control panel?
i found few words on how clear application cache stored in c:\users[username]\appdata\local, isn't looking for.
see article: http://www.codeproject.com/articles/506162/clickonce-application-autostart-and-clean-uninstal - use it, , it's quite helpful. using code article, can write own "uninstall" procedure , remove whatever data want.
Comments
Post a Comment