.net - How do I completely uninstall a ClickOnce application from my computer? -
while experimenting trying publish both foo , foo beta version of application via clickonce managed clobber existing , previously-working-fine foo 1.0.0 install (replacing foo beta 1.0.5, not work) due using same guid, assembly name, product name or something.
ok, honest mistake. in attempt revert uninstalled foo beta using windows 7 add/remove programs.
my computer in state no instance of foo shows in windows 7 add/remove programs. however, foo beta still shown installed. in addition, unable re-install foo 1.0.0, because thinks newer version of program (foo beta 1.0.5) exists on computer - instead `unable install because newer version of product installed' message.
how can computer state neither foo nor foo beta have ever been installed on it, can go , re-install foo?
so far have read stack overflow questions uninstall clickonce clients , how can remove traces of clickonce application customer's computer? , tried:
- deleting relevant foo.exe directories under %userprofile%/
- running mage.exe -cc
- editing hkey_current_user\software\microsoft\windows\currentversion\uninstall , removing entry foo program.
when run installer, still error. finding traces of program from? , future reference, documented?
you can try using command clear clickonce cache:
rundll32 dfshim cleanonlineappcache
Comments
Post a Comment