Silent installation is the process of automating installation by entering commands at the Windows command prompt. This method bypasses the multi step installation process and is therefore more efficient when an organisation has many computers to set up with Dartfish.


Extract the Windows Installer file (MSI) from Dartfish10_pro.exe (using 7-zip or similar)

Double-click the Windows Installation file (Installer\Dartfish10.msi) or run the command C:\> msiexec /i MSIFILE

Use the following command to install without user interface and to log the installation to a file C:\> msiexec /i MSIFILE /quiet /l* %TEMP%\install.log



Do not forget to run Command Prompt as Administrator