Windows Add-In Suite Configuration
To configure the Windows Add-in Suite, place an options.ini file in a directory of your choice, then specify the path to the file in the following Windows Registry key:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Bipsync\Bipsync Add-in Suite\App.IniPath
The available options are:
# If true, the user will be able to manually check for updates (default is false)
enableManualUpdate=true|false
# If true, the app will automatically check for a new version and notify the user (default is false)
enableAutoUpdate=true|false
# The number of days to wait before checking for a new version of the app (default is 5)
autoUpdateCheckInDays=5
# Sets the default value for the server field
defaultServer=installname.bipsync.com
# Sets the default value for the email address field
[email protected]
# Sets the default value for the password field
defaultPassword=password
# If true, the app will attempt to automatically sign in on start-up.
autoSignin=true|false
## Proxy support
# Enable proxy usage
proxyEnabled=true|false
# Specify proxy type: http, https, socks, socks4, socks5, pac+http
proxyType=http|http|https|socks|socks4|socks5
# Specify your proxy address as host:port
proxyAddress=127.0.0.1:8000Updated 6 months ago
