Configuration

From VASCO
Jump to navigation Jump to search

Quick access to the VASCO Template

VASCO comes with its own template (see template directory in your installation folder). By setting this path in the dialog File Locations under the Visio -> Options -> Advanced the VASCO template icons will appear on the Visio New Page.



Disable check for updates

The automatic check for a new version can be disabled in the registry by setting the dword value DisableUpdates to 1 under HKEY_CURRENT_USER\Software\Fraunhofer\VASCO

Example: The following RegEdit export disables the automatic check for updates:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Fraunhofer\VASCO]
"DisableUpdates"=dword:00000001

Enable log file

The VASCO log file can be turned in the registry by setting the string value EnableLogging under HKEY_CURRENT_USER\Software\Fraunhofer\VASCO to one of the following values:

  • Level.All
  • Level.Critical
  • Level.Error
  • Level.Debug
  • Level.Info

The log file can be found in the users local appdata director %localappdata%\Vasco

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Fraunhofer\VASCO]
"EnableLogging"="Level.All"