VS2010 Tips: How to change Local Help Library path

简介: In this blog post, I want to show you how to change the path of the Local Help Library. Let’s say you want to move the location of the local content being stored. You can simply move the files an

In this blog post, I want to show you how to change the path of the Local Help Library.

Let’s say you want to move the location of the local content being stored. You can simply move the files andchange the path.

Where is it stored now? run the Help Library Manager

image

Then click Settings

image

That is the current location. You can copy the contents of that folder to somewhere. (for this example, I move my help contents to D:\DUMMY FILES\HelpLibrary\)

Then open Registry Editor

image

and then go to HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Help -> v1.0

Change the value of LocalStore with the path of the new location

image

In this case I changed it to D:\DUMMY FILES\HelpLibrary\

image

Okay, now go to the new location then edit the /manifest/queryManifest.3.xml using Notepad

image

Modify the following to match the new location

image

So, for this example it will become like this

image

That’s it!

You can test it by running Microsoft Visual Studio 2010 Documentation

image

目录
相关文章
|
3月前
|
Linux iOS开发 MacOS
pnpm全局安装报错:Run “pnpm setup“ to create it automatically, or set the global-bin-dir setting, or the PN
pnpm全局安装报错:Run “pnpm setup“ to create it automatically, or set the global-bin-dir setting, or the PN
511 0
E: flAbsPath on /var/lib/dpkg/status failed - realpath (2: 没有那个文件或目录)
E: flAbsPath on /var/lib/dpkg/status failed - realpath (2: 没有那个文件或目录)
156 0
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
成功解决ERROR: Unable to find the development tool `cc` in your path; please make sure that you have the
|
4月前
Error: Plugin/Preset files are not allowed to export objects, only functions……
Error: Plugin/Preset files are not allowed to export objects, only functions……
编译mate-control-center:error: required directory ./help does not exist
编译mate-control-center:error: required directory ./help does not exist
81 0
Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS
Note that ‘/home/w/.local/share‘ is not in the search pathset by the XDG_DATA_HOME and XDG_DATA_DIRS
260 0
|
Shell
Detected problems with app native libraries (please consult log for detail): lib.so: text relocation
Detected problems with app native libraries (please consult log for detail): lib.so: text relocation
116 0
|
Java C语言 C++
JNI ERROR (app bug): local reference table overflow (max=512)
JNI ERROR (app bug): local reference table overflow (max=512)
264 0
JNI ERROR (app bug): local reference table overflow (max=512)
|
Java Maven
No valid Maven installation found. Either set the home directory in the configuration dialog or set
No valid Maven installation found. Either set the home directory in the configuration dialog or set
439 0
No valid Maven installation found. Either set the home directory in the configuration dialog or set