Frequently Asked Questions
How to Properly Uninstalled the SSMS / INSPRM WPF Client application from User system.
Run below command to properly Uninstalled the SSMS/INSPRM WPF application from user system. Start-->Run-->CMD
rundll32 dfshim CleanOnlineAppCache
http://stackoverflow.com/questions/11921404/clickonce-application-replace-current-installed-fliles
Another option is to uninstall the application and unfortunately, this probably has to be done manually. You have to find the ClickOnce deployment folder (
2. On XP machine the path to deployment folder would be C:\Documents and Settings\UserName\Local Settings\Apps.
rundll32 dfshim CleanOnlineAppCache
http://stackoverflow.com/questions/11921404/clickonce-application-replace-current-installed-fliles
Another option is to uninstall the application and unfortunately, this probably has to be done manually. You have to find the ClickOnce deployment folder (
C:\Users\username\AppData\Local\Apps\2.0
) and manually delete all folder contents. This can also be done by invoking the.2. On XP machine the path to deployment folder would be C:\Documents and Settings\UserName\Local Settings\Apps.
Last updated Thu, Jan 5 2017 5:30pm