Files for the creation of a chocolatey package for the client versions of UrBackup.
choco install urbackup-client
choco uninstall urbackup-client
By default, the client version without tray icon will be installed. To choose the version with tray icon, pass the package parameter /TrayIcon
during install:
choco install urbackup-client [other options] --params="'/TrayIcon'"
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Please keep in line with the rules and standards laid out by Chocolatey: https://docs.chocolatey.org/en-us/create/create-packages
This repository is only intended for work on that specific package. For general issues with Chocolatey or UrBackup, please consult the respective documentation.