跳转至

注册表条目

要使用 MSI 为用户账户安装客户端,或通过Setup.exe 为所有用户部署客户端,必须至少拥有自己的 HKEY_CURRENT_USER 注册表键段的写入权限。

使用 MSI 在全系统安装 octoplant 客户端时,需要有管理权限才能写入 HKEY_LOCAL_MACHINE 注册表键值部分。

如果要在安装过程中或安装后选择以下选项 使用Setup.exe 或在UserClient客户端设置 对话框中选择以下选项,则需要编辑注册表条目 HKEY_CLASSES_ROOT 部分。

  • Register file extension for SmartImport for supplier projects
  • Register protocol extension to start octoplant via web link

示例:

供应商项目 SmartImport 的文件扩展名示例:

[HKEY_CLASSES_ROOT\.vdog-sdn]
@="octoplant"
[HKEY_CLASSES_ROOT\.vdog-sdn\DefaultIcon]
@="\"C:\\Program Files (x86)\\vdogClient\\VDogClient.exe,0"
[HKEY_CLASSES_ROOT\octoplant]@="octoplant"
[HKEY_CLASSES_ROOT\octoplant\shell]
[HKEY_CLASSES_ROOT\octoplant\shell\open]
[HKEY_CLASSES_ROOT\octoplantdog\shell\open\command]@="\"C:\\Program Files (x86)\\vdogClient\\VDogClient.exe\" \"/rd:D:\\vdClientArchive\" \"%1\""

通过网络链接启动 octoplant 的协议扩展示例:

[HKEY_CLASSES_ROOT\vDog]
@="URL:vdog"
"URL Protocol"=""
"rd"="D:\\vdClientArchive"
[HKEY_CLASSES_ROOT\vDog\shell]
[HKEY_CLASSES_ROOT\vDog\shell\open]
[HKEY_CLASSES_ROOT\vDog\shell\open\command]
@="\"C:\\Program Files (x86)\\vdogClient\\VDogClientStarter.exe\" \"/%1\""

相关主题