天天看点

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 andchange the path.

where is it stored now? run the help library manager

VS2010 Tips: How to change Local Help Library path

then click settings

VS2010 Tips: How to change Local Help Library path

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

VS2010 Tips: How to change Local Help Library path

and then go to hkey_local_machine -> software -> microsoft -> help -> v1.0

change the value of localstore with the path of the new location

VS2010 Tips: How to change Local Help Library path

in this case i changed it to d:\dummy files\helplibrary\

VS2010 Tips: How to change Local Help Library path

okay, now go to the new location then edit the /manifest/querymanifest.3.xml using notepad

VS2010 Tips: How to change Local Help Library path

modify the following to match the new location

VS2010 Tips: How to change Local Help Library path

so, for this example it will become like this

VS2010 Tips: How to change Local Help Library path

that’s it!

you can test it by running microsoft visual studio 2010 documentation

VS2010 Tips: How to change Local Help Library path