# License key installation

License key installation is done using Simplygon License Application.
The license is installed to %localappdata%\Microsoft\SimplygonSDK\Simplygon_10_license.lic.

Simplygon License Application

The License Application has a few different choices:

  • Install Simplygon Title license

    • Select this option if you are installing a Simplygon Title license
  • Install Simplygon Title Evaluation license

    • This option lets you sign up for an evaluation license, which is valid for 30 days.
  • Install Simplygon Free license

  • View installed license

    • View information about the currently installed license (if any) and change your telemetry setting.

# Install License key without using the UI

It is also possible to call Simplygon License Application from the console using the following input parameters.

  • -ShowLicense
    Show installed Simplygon license.

  • -UpdateLicense [-DontSendTelemetry] [-StandardUser] [-Verbose]
    Update installed Simplygon license.

  • -InstallLicense <LicenseKey> [-DontSendTelemetry] [-StandardUser] [-Verbose]
    Install Simplygon license.

  • -UninstallLicense [-StandardUser] [-Verbose]
    Uninstall Simplygon license.

  • -DontSendTelemetry
    Opt out of Simplygon usage telemetry.
    Available together with -UpdateLicense and -InstallLicense.

  • -StandardUser
    Run license application as standard user without trigger UAC.
    Will only install/uninstall the license for the current user.

  • -Verbose
    Output verbose info when installing license.
    Can be used to troubleshoot license issues.