注册表条目
如果要在安装过程中或安装后选择以下选项 或在UserClient 的客户端设置 对话框中选择以下选项,则需要编辑注册表条目 HKEY_CLASSES_ROOT 部分。
- Register file extension for SmartImport for supplier projects
- Register protocol extension to start versiondog via web link
示例:
供应商项目 SmartImport 的文件扩展名示例:
[HKEY_CLASSES_ROOT\.vdog-sdn]
@="versiondog"
[HKEY_CLASSES_ROOT\.vdog-sdn\DefaultIcon]
@="\"C:\\Program Files (x86)\\vdogClient\\VDogClient.exe,0"
[HKEY_CLASSES_ROOT\versiondog]@="versiondog"
[HKEY_CLASSES_ROOT\versiondog\shell]
[HKEY_CLASSES_ROOT\versiondog\shell\open]
[HKEY_CLASSES_ROOT\versiondogdog\shell\open\command]@="\"C:\\Program Files (x86)\\vdogClient\\VDogClient.exe\" \"/rd:D:\\vdClientArchive\" \"%1\""
通过网络链接启动 versiondog 的协议扩展示例:
[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\""