The WebSite-Watcher setup program supports optional command line parameters for silent installations.

Silent Install

Syntax:


wswsetup.exe /SILENT /DIR="x:\dirname"


Parameters:


  • /SILENT
    Runs the setup in silent mode. No user interaction is required. Only the installation progress window and any error messages are displayed.

  • /DIR="x:\dirname"
    Specifies the installation directory, which is normally shown on the "Select Destination Location" assistant page. A fully qualified path must be specified.

Silent Uninstall

Syntax:


unins000.exe /SILENT /REMOVEDATA


Parameters:


  • /SILENT
    Runs the uninstaller in silent mode. The user is not prompted for confirmation, and no message is displayed when the uninstall process is complete. Critical error messages are still displayed.

  • /REMOVEDATA
    Removes the WebSite-Watcher configuration and the bookmark database, if it is stored in the default bookmark folder.

Advanced setup options

The topic Advanced setup options explains how to automatically install the license and predefine specific program configurations.