Can I silently install client on windows computer?
I’ve looked at .nsi file - I haven’t noticed silent option. And I cannot access git repository - even readonly (I get “remote end ended connection unexpectedly” error). I can add proper options to installer, no problem - but I need access to repo
Sourceforge somehow doesn’t display the two git repositories (you see them when you browse git web though):
git://urbackup.git.sourceforge.net/gitroot/urbackup/backend
git://urbackup.git.sourceforge.net/gitroot/urbackup/frontend_wx
If you start the created nsis exe with a “/S” parameter it installes silently.
If you want me to add something to the nsis file just tell me and I will build it. It’s probably very difficult to build all the components for the client and assemble them correctly.
Would be easily doable if setting default locations is enough. That means if the client doesn’t specify any locations the default locations from the server are taken. Shall I add that?
That could be cool, then we could backup all profiles by specifying c:\documents and settings and c:\users included and \Temp excluded as the default on the server. We could safely backup all users profiles by default. That alongside a silent install would be perfect for automated deployment with a level of guaranteed coverage for every machine. If this were added we are definitely heading towards and enterprise level backup system. Awesome!