HI,
I am working with a non-profit and would like to be able to do a silent install. Are there command line switches at install to do this?
Thanks!
Great product BTW.
Silent install
- Posts: 1
- Joined: 6 Jun 2013
- Site Admin
- Posts: 7210
- Joined: 9 Dec 2007
The installer is using NSIS, so you can install silently with:
<div style="font-family:monospace" align="center">FreeFileSync_5.16_Windows_Setup.exe /S /D=C:\Program Files\FreeFileSync</div>
(The advertizements usually shown during installation will be skipped.)
<div style="font-family:monospace" align="center">FreeFileSync_5.16_Windows_Setup.exe /S /D=C:\Program Files\FreeFileSync</div>
(The advertizements usually shown during installation will be skipped.)