Reputation: 5542
I installed VS 2012 and chose ALL the options to install the documentation which I assume was for the MSDN. However, I have no idea where it installed to. I am wondering if anyone knows where the default location would be or how to find it.
I am assuming what was installed was similar to the Java API that is downloaded and is stored in a folder with some sort of navigational method to it.
Upvotes: 2
Views: 1846
Reputation: 366
In VS 2012, the location of the local help documentation is displayed in the right-hand corner of the "Manage Content" tab. The default local store path is: C:\ProgramData\Microsoft\HelpLibrary2\Catalogs\VisualStudio11\
Help Viewer 2.0 (ships with VS 2012) enables you to move your local store to a location of your choice. Click on the "Move..." button in the "Manage Content" tab to do this.
Under the covers, the local store path is stored in the following registry key:
Key location: HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Help\v2.0\Catalogs\VisualStudio11
Key name: LocationPath
Upvotes: 5