Views:
To install SMD in the silent mode:
  1. From the command console, type information as follows to record the silent installation script file while installing SMD to a single or multiple Domino server(s):
    setup.exe -r "{script absolute path and file name}"
    For example:
    setup.exe -r "c:\smd_silent.txt"
    Note
    Note
    Run this command from a command line prompt opened in a graphical desktop environment when recording a script file for a silent SMD installation.
    screen-11.png
  2. On the command console, type the following command to invoke silent installation:
    silentinstall.bat {script absolute path and file name}
    For example:
    silentinstall.bat c:\smd_silent.txt
    silentinstall-from-a.png
  3. Open the silent installation log file for the Setup result, smdins.log, which is created in the user's default temp folder. You can access this folder by typing: "%windir%\temp" as the explorer address. Follow the steps in Testing Installation with EICAR to check whether the SMD installation is successful.