You can install DAEMON Tools Pro from the command line or batch file without user interaction — silently. Such functionality is used for remote software deployment.

To install DAEMON Tools Pro in silent mode, you need to run setup file with /S parameter (case sensitive) from the command line. Also you need to specify the following parameters:

  • /S is a main parameter that enables silent mode (note that it is case sensitive)
  • /sptd parameter installs SPTD driver together with DAEMON Tools Pro
  • /D=<installation path> sets the installation path (optional)

Example

C:\Downloads\DAEMONToolsPro500-0317.exe /S /sptd /D="C:\Program Files"

Don't forget to use quotation marks if path contains spaces.

Note that you can't register a new account during the silent installation. After the program is installed, you will need to enter your account credentials to activate it. If there is no subscription linked to this account, it will be created automatically for a new user.