VS2010 Tips: How to change Local Help Library path

来源:互联网 发布:python 字符串 split 编辑:程序博客网 时间:2024/06/05 19:07

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

0 0
原创粉丝点击