Symptoms
You want to install FileDirector software silently. Typically this would be for remote / centrally managed deployment.
Cause
n/a
Resolution
Use the MSI for installation and use the /quiet command line switch.
FileDirector_WinClient.msi /quiet "FileDirector Component Service.msi" /quiet
The app.xml file which is to be found in the installation media folder will provide the details app settings for each component. Typically these are used to control the default server URL for new installations and the Windows Authentication setting.
This corresponds with the following lines in app.xml:
<add key="ServerURL" value=http://localhost/filedirector /> <add key="UseWindowsLogin" value="True" />
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article