VS2010 MSDN uses proxy pages to specify that the path to the local Help library cannot be changed after the first determination of the directory, and that the path is changed manually
The first step:
Install MSDN First, install the C drive first, the default path
Step Two
Now I'm going to move MSDN to the e:/vs2010helplibrary/directory.
Open the registry,hkey_local_machine–> software–> microsoft–> help–> v1.0, can be in localstore Xiangzhong See the current path to the Help document. Cut all files under this directory to e:/vs2010helplibrary/
Step Three
Change the value of Localstore to the latest directory e:/vs2010helplibrary/
Fourth Step
Open a. querymanifest.4.xml file under e:/vs2010helplibrary/manifest
Change the above path to the latest directory e:/vs2010helplibrary
MSDN for VS2010 Those troublesome things
Microsoft has replaced the Random document MSDN Library with the Web version in VS2010, presumably for his consideration, but as far as my average user is concerned, it is a setback.
The reason for this is that the--web version of the MSDN Library is too hard to use!
1, the biggest disadvantage is that there is no index.
2, the left of the directory tree at all levels of indentation is too small, it is difficult to distinguish the current view of the document at the level of the directory tree
3, the search function gives too little information, when you search for a simultaneous in multipleThe types that appear in the assembly (such as Silverlight and WPF have many of the same types) give a lot of "exactly the same" results, sometimes having to look at them one at a time, otherwise it's hard to tell the difference.
4, online upgrade, incredibly does not support the continuation of the breakpoint, if the middle network broken off, well, you have to start all over again! In addition, you are in a new machine, installed VS2010, you want to "reuse" the previously downloaded documents, sorry, no, you have to re-download online. Unless you have enough patience to analyze its folder structure, related configuration parameters, and registry values.
5. By default, random documents are installed under Programdata/microsoft/helplibrary (Windows7 and Vista). When you run the Manage Help settings program for the first time, you will be instructed to select the installation folder and will not ask again later.
If you want to modify this file after installation (for example, you might want to save the MSDN documentation on a larger hard disk), you'll need to open a HelpLibManager.exe.config file to
<add key= "Firsttimerun" value= "false"/>
Switch
<add key= "Firsttimerun" value= "True"/>
Restart the Manage Help settings program and now it thinks it's the first time to run, so you can choose where you're satisfied. Modifying the configuration must be done manually, inconvenient.
6. Warning:
Do not mistakenly delete the Microsoft Help Viewer in Add/Remove Programs in Control Panel. Its installer is perverted, it only runs in the "Install VS2010" process, so you can't find an installer that can run on its own.
If you delete this item by mistake, your MSDN Library is dead and you must run the VS2010 installer again, remove or add any of the feature options in VS2010 to reinstall the Help Viewer.
Original address: http://www.xuebuyuan.com/1121269.html
Go to modify the VS2010 Help document (MSDN) path