Skip to content

Registry entries

If you want to select the following options during or after installation or in the Client settings dialog of the UserClient, you need to edit the registry entry section HKEY_CLASSES_ROOT.

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

Examples:

File extension for the SmartImport of supplier projects:

[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\""

Protocol extension to start versiondog through a web link:

[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\""