So if I am understanding correctly, I can still use the UrBackupUpdate.exe, however, how will the client get the settings information from the server if UrBackup had never been installed on that client before?
Remember, all of my clients are internet based so there is no local server for them to connect to and pre-populate.
Not trying to be pensive, just trying to understand the install process.
EDIT:
Just to update for other people running into the same questions regarding silent installs for remote internet clients.
In the Silent Install script linked above, I made the following changes:
Line 100 - change readall() to read() as per Python 3.6.1 HTTP stuff.
data = response.read();
Changes for UrBackupUpdate.exe
Line 170
if not download_file("download_client", "UrBackupUpdate.exe",
Line 184
if not download_file("download_client", "UrBackupUpdate.exe",
Line 193
os.system('"UrBackupUpdate.exe" /S')
The UrBackupUpdate.exe install will initially attempt to find a local server for approx. 5 minutes. When it times out it will then use the Internet Server settings and search for an internet server. At which point it will connect and download all default client settings.
UrBackup version 2.1.16.