Now the MSDN default is not installed on the local disk, to go to the MSDN community to check, when the network speed is slow, or the browser is relatively slow, more trouble. As an old-age code farmer, it's still a way to get back on track, just like the classic Vistual Studio 6.0 and later versions, to store MSDN and its indexes locally, anytime.
Now the native installation is vs Express for desktop (that is, vistual Studio 2012). As for the latest VS Forum edition, I don't know, there are a lot of things that I'm not interested in. It's not fashionable to install.
My main reference is this post: http://jingyan.baidu.com/article/49711c61526d74fa441b7cbd.html
In the post, msdn2013 is prepared for Vistual Studio 2013, but it can also be installed on Vistual Studio 2012.It is important to note that the internal development version of Vistual Studio 2012 is 11, vistualstudio11, while the Vistual Studio 2013 build is 12, or vistualstudio12. This is reflected in the installation path.
The steps are as follows:
1. Download the Vistualstudio12.rar file from the original Baidu Web disk
2. Back up the original directory: "C:\ProgramData\Microsoft\HelpLibrary2\Catalogs\VisualStudio11" just change the name.
3. Extract the Vistualstudio12.rar file to the "C:\ProgramData\Microsoft\HelpLibrary2\Catalogs\" directory and name the extracted directory as "VisualStudio11"
4. Go to the "VisualStudio11" directory, locate the Vs2013help.bat file, and change the contents of the file to:
@echo off
Start "" "C:\Program Files\Microsoft Help Viewer\v2.0\hlpviewer.exe"/catalogname Visualstudio11/locale en-us/launch Ingapp microsoft,visualstudio,11.0
Exit
The key is the path, and the VisualStudio version number
5. Double click on the Vs2013help.bat file, the "C:\Program Files\Microsoft Help Viewer\v2.0\hlpviewer.exe" program will be clicked to display the Manage content interface. At this point, you can customize the relevant content as needed.
6. In future reuse, directly from the Visutal Studio menu of Help, you can adjust the HlpViewer.exe to find relevant content.
Vistual Studio 2012 installs msdn2013 locally