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

Then click Settings

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

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

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

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

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

Modify the following to match the new location

So, for this example it will become like this

That’s it!

You can test it by running Microsoft Visual Studio 2010 Documentation

时间: 2024-09-14 15:15:13

VS2010 Tips: How to change Local Help Library path的相关文章

dll文件-no JIntellitype in java.library.path

问题描述 no JIntellitype in java.library.path 在我的java工程中,用到了第三方jar包和dll文件,dll文件放在了工程根目录,在eclipse中运行是出现问题Caused by: java.lang.UnsatisfiedLinkError: no JIntellitype in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runt

linux 部署出错:no jzmq in java.library.path

问题描述 ZeroMQ的应用开发,linux部署出现以下错误(nojzmqinjava.library.path),请高手帮忙解答,谢谢.windows上部署以及eclipse开发都没问题.linux上,zeromq相关的路径的path和LD_LIBRARY_PATH以及CLASSPATH,我都指定过,还是这个错误,很无奈....Exceptioninthread"main"java.lang.UnsatisfiedLinkError:nojzmqinjava.library.path

environments was not found on the java.library.path 问题的解决方法_Linux

Tomcat 启动出现信息如下: 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:XXXX 出现原因分析: Tomcat建议使用apache的apr,来更好的运行Tomcat; apache的apr 的介绍 APR(Apache portable Run-

linux下遇到no db2jcct2 in java.library.path

问题描述 linux下遇到no db2jcct2 in java.library.path 我在Linux下的tomcat里有一个web工程要连接远程的DB数据库,db的jar包已经放入工程lib里也可以load到,但连接时报错no db2jcct2 in java.library.path.但如果写个主程序的jar包用脚本运行的话又可以正常连接上数据库 上IBM的网站看好像是因为缺少了libdb2jcct2.so文件. 有没人遇过这问题,或者有libdb2jcct2.so这个文件,麻烦传我一个

no sapjco3 in java.library.path异常处理办法

现象: 已经把sapjcp3.jar导入到项目中:把sapjco.dll放到system32下了: 本地的写的测试程序能够成功连上SAP,一放到WEB环境下就不行了,抛出这个异常. no sapjco3 in java.library.path,经排查 sapjco.dll必须放到TOMCAT当前使用的JRE的BIN目录中,我TOMCAT配置的JRE目录是 C:\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013,我拷贝该DLL

[jacob]no jacob in java.library.path错误的解决

no jacob in java.library.path错误的解决 一般把jacob.dll(不同版本的jacob的dll文件名有所不同)复制到C:\Program Files\Java\jdk1.6.0_17\jre\bin目录下即可. 在tomcat上使用时要在tomcat使用的jdk的jdk/jre/bin目录下放置配套的jacob.dll文件.     jdk安装目录的jdk/jre/bin目录下放置jacob.dll文件   ----------- jacob.jar和jacob.d

【javacv】no JNI2OpenCV in java.library.path

问题描述 今天想在java上跑opencv,下载了opencv和javacv,网上找了很多资料折腾了一天,最后运行一个人脸检测的程序时,报错:noJNI2OpenCVinjava.library.path网上找了原因,说要JNI2OpenCV.dll这个文件,我也下载了,可是不知道怎么让eclipse去调用?我将它放在项目的根目录下,运行程序报错:JNI2OpenCV.dll:Can'tfinddependentlibraries,无法找到依赖库,请问我该怎么办?有在java上搞过opencv的

The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

十二月 14, 2012 7:57:03 下午 org.apache.catalina.core.AprLifecycleListener init信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bi

java.lang.UnsatisfiedLinkError: no ntvauth in java.library.path

问题描述 eclipse开发,读取shapfile时候,报错:Couldnotloadnativelibraries.java.lang.UnsatisfiedLinkError:nontvauthinjava.library.pathatjava.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)atjava.lang.Runtime.loadLibrary0(Runtime.java:845)atjava.lang.System.loadL