I'm trying to uninstall Help Viewer 2.0 content using HlpCtntMgr.exe but it doesn't seem to work. It installs just fine but the uninstall option doesn't seem to work even though I get back an exit code of zero indicating success. I have to run Help Viewer and uninstall it manually.
To install it, I used:
"C:\Program Files\Microsoft Help Viewer\v2.0\HlpCtntMgr.exe" /operation install /catalogName VisualStudio11 /locale en-US /e /silent /sourceUri <path to msha file>
For uninstall, I used:
"C:\Program Files\Microsoft Help Viewer\v2.0\HlpCtntMgr.exe" /operation uninstall /catalogName VisualStudio11 /locale en-US /e /sourceUri <path to msha file>
I have also followed the instructions given in this link but it does not work. http://social.msdn.microsoft.com/Forums/en-US/9cd2612d-796c-4204-8c98-d65c77a496ee/uninstall-help-viewer-20-content?forum=devdocs
I have provided the vendor and productname option, i have also called the refresh operation but that also does not work.
To refresh, i used:
hlpctntmgr.exe /operation refresh /catalogname VisualStudio11 /locale en-us
Please provide assistance.