The regular installer is perfect for silent installations, it’s only a matter of adding 2 parameters when running the installer: /S /D
If the default installation path is enough, the second parameter can me omitted.
By the way, maybe someone else needs to know how to make a remote installation on several windows boxes so I’m going to explain it here:
Download Sysinternals for Windows from
. Save the executables on the downloaded zip file to %WINDIR%\system32 directory so they are in the %PATH%
now execute:
psexec \ -u / -p -f -c “UrBackup Client XX.exe”
After a while, urbackup client will be installed and running, and it will appear on urbackup server’s web app.
Thank you very much for this wonderful piece of software.