Skip to content

Installation

Prerequisites§

  • Download and install .NET Framework 4.8.1.

    winget install -e --id Microsoft.DotNet.Framework.DeveloperPack_4
    
  • If you use SmartPTT 9.15 and earlier, download and install .NET Core Runtime 6, at least 6.0.1

    winget install -e --id Microsoft.DotNet.Runtime.6
    
  • Download and install Visual C++ 2015 – 2022 Redistributable, at least 14.30.30708.

    winget install -e --id Microsoft.VCRedist.2015+.x64
    
  • Restart the computer.

Options§

Choose between the following:

  • Select installation app with the graphical user interface as described in the dedicated article.
  • Use command-line options to install the app in the quiet mode, without user interface.

Postrequisites§

  • If required, set up SmartPTT-server account, an account that will manage corresponding Windows service.
  • Ensure you have Microsoft SQL Server installed and available for server and every Dispatcher App. If not installed, install it.

    winget install -e --id Microsoft.SQLServer.2022.Express
    

See Also§