I want to install Duplicati unattended in Windows machines using a powershell script or command line option. Is there any existing options to make this happen?
Thanks
I want to install Duplicati unattended in Windows machines using a powershell script or command line option. Is there any existing options to make this happen?
Thanks
Welcome to the forum!
Have you tried the standard approach with MSI packages?
msiexec.exe /i filename.msi /qb
I havenât actually tested this myself. Not sure if any of the installation settings can be defined. If it does work it probably just uses all the default settings.
[REQ] Add parameters for MSI installer options #3892 might have some relevant information for installs.
After install though, if one seeks remote configuration or management, itâs a whole other area to explore.
Thanks for sharing. I will try and let know
We tried this. The installer starts and requires user intervention i guess. I will check once again and update here. Thanks
If you get stuck, let me know and I can try to find time to experiment.
Check a search engine too. I searched for âmsiexecâ âsilent installâ and got lots of maybe-useful info.