PerformancePoint Server 协议处理程序

更新: 2009-04-09

借助 PerformancePoint Server 协议处理程序,PerformancePoint Server 用户能够通过超链接打开规划分配。此协议处理程序会自动安装在装有 PerformancePoint Excel 加载项的每台客户端计算机上。

在安装 PerformancePoint Excel 加载项时,会自动注册 PerformancePoint Server 协议处理程序并创建相应的注册表项。

注意注意:

当您卸载 PerformancePoint Server 时,也会自动取消注册它,但注册表项不会删除。因此,必须手动将它们删除。

在安装期间,会将以下行添加到注册表中:

为计算机注册该协议处理程序时:

[HKEY_CLASSES_ROOT\PerformancePoint]

@="URL:PerformancePoint Protocol"

"URL Protocol"=""

[HKEY_CLASSES_ROOT\shell]

[HKEY_CLASSES_ROOT\shell\open]

[HKEY_CLASSES_ROOT\shell\open\command

@="C:\Program Files\Microsoft OBA\Excel Client\ PerformancePointProtocolHandler.exe %1"

为用户注册该协议处理程序时:

一切都与上述内容相同,只不过上面的 HKEY_CLASSES_ROOT 要替换为 HKEY_CURRENT_USER\Software\Classes。

该协议处理程序的位置取决于 PPSProtocolHandler.exe 文件的位置。

安装和卸载该标记

在命令行中,以下说明如何安装或卸载该标记:

操作 说明

安装标记

按用户安装:

PerformancePointProtocolHandler.exe –REGISTER:U

按计算机安装:

PerformancePointProtocolHandler.exe –REGISTER:M

按计算机安装了该标记后添加的注册表项有:

Windows 注册表编辑器版本 5.00

[HKEY_CLASSES_ROOT\bizAssign]

@="URL:bizAssign Protocol"

"URL Protocol"=""

[HKEY_CLASSES_ROOT\bizAssign\shell]

[HKEY_CLASSES_ROOT\bizAssign\shell\open]

[HKEY_CLASSES_ROOT\bizAssign\shell\open\command

@="C:\Program Files\Microsoft OBA\Excel Client\ PerformancePointProtocolHandler.exe %1"

卸载标记

按计算机卸载:

PerformancePointProtocolHandler.exe –UNREGISTER

如果此进程成功,则注册表项会删除