Automatic rollout to multiple Windows computers

I am trying to figure out exactly what I need to do. To do an automatic install on all my client pc’s

does anyone have step by step directions… one with graphics would be great if at all possible.

1 Like

I do not have graphics but I deploy mine with sccm, and a python script located here:
https://urbackup.atlassian.net/wiki/spaces/US/pages/9568258/Download+custom+client+installer+via+Python
Change this line:
os.startfile(“Client Installer.exe”)
To This:
os.system(r’“Client Installer.exe” /S’)

1 Like

Or the online service here: https://installercreator.urbackup.org/

@Toddvg I thinks it is difficult but time taking process you want to do this. :slightly_smiling_face: