Skip to content

Commit babcf00

Browse files
committed
Update > Download licence key
1 parent 88f9871 commit babcf00

File tree

2 files changed

+41
-11
lines changed

2 files changed

+41
-11
lines changed
21.9 KB
Loading

licensing/license-key.md

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,63 @@
11
---
22
title: Setting Up Your License Key
33
page_title: Setting Up Your License Key
4-
description: Learn how to activate the Telerik UI for .NET WinForms components by downloading and setting up your Telerik components license key.
4+
description: Learn how to activate the Telerik UI for WinForms components by downloading and setting up your Telerik components license key.
55
slug: license-key
66
tags: WinForms,components,license,activate,download
77
position: 1
88
---
99

10-
# Setting Up Your Telerik UI for .NET WinForms License Key
10+
# Setting Up Your Telerik UI for WinForms License Key
1111

12-
Starting with the __Q1 2025 release__, the UI components from the Telerik UI for .NET WinForms library require activation through a license key (trial or commercial). This article describes how to download your personal license key and use it to activate the Telerik UI for .NET WinForms components.
12+
Starting with the __Q1 2025 release__, the UI components from the Telerik UI for WinForms library require activation through a license key (trial or commercial). This article describes how to download your personal license key and use it to activate the Telerik UI for WinForms components.
1313

1414
An invalid license results in [errors and warnings]({%slug license-errors-warnings%}) during build and run-time indicators such as watermarks and banners.
1515

1616
## Downloading the License Key
1717

18-
To download a license key for Telerik UI for .NET WinForms, you must have either a developer license or a trial license. If you are new to Telerik UI for .NET WinForms, sign up for a [free trial](https://www.telerik.com/try/ui-for-WinForms) first, and then follow the steps below.
18+
To download a license key for Telerik UI for WinForms, you must have either a developer license or a trial license. If you are new to Telerik UI for WinForms, sign up for a [free trial](https://www.telerik.com/try/ui-for-WinForms) first, and then follow the steps below.
19+
20+
Depending on your development environment and preferences, you can install your license key in either of the following ways:
21+
22+
* [Automatic installation](#automatic-license-key-installation) - suitable for developers using Telerik productivity tools like the Telerik extensions for Visual Studio and the Progress Control Panel.
23+
* [Manual installation](#manual-license-key-installation) - suitable for trial users and developers who prefer to manage their projects and Telerik product versions manually.
24+
25+
>note Update your license key whenever you [renew or purchase a new Telerik license](#updating-your-license-key).
26+
27+
### Automatic License Key Installation
28+
29+
To download and install your Telerik license key automatically, you can use either of the following Telerik productivity tools. They can automatically download and store the license key in your home directory (`%appdata%\Telerik`) and make it available for all projects that you develop on your local machine.
30+
These tools include [Telerik UI for WinForms Visual Studio extensions](#installing-a-license-key-with-the-vs-extensions) and [Telerik Control Panel](#installing-a-license-key-with-the-progress-control-panel)
31+
32+
#### Installing a License Key with the VS Extensions
33+
34+
To install your license key by using the [Telerik UI for WinForms Visual Studio extensions]({%slug winforms-installation-deployment-and-distribution-visual-studio-extensions%}):
35+
36+
1. Open Visual Studio.
37+
1. Go to **Extensions > Telerik > Licensing > Download Key**.
38+
39+
![Installing a License Key with the VS Extensions](./images/install-license-key-VS-extensions.png)
40+
1. You mignt be asked to enter your Telerik credentials to log into your [Telerik account](https://www.telerik.com/account/).
41+
42+
The Visual Studio extension automatically downloads the license key file to your home directory (`%appdata%\Telerik`), which activates the Telerik WinForms components.
43+
44+
45+
#### Installing a License Key with the Progress Control Panel
46+
47+
To install your Telerik License Key by using the [Progress Control Panel](https://docs.telerik.com/controlpanel/introduction), start the application. It automatically downloads the license key file to your home directory (`%appdata%\Telerik`), which activates the Telerik WinForms components.
48+
49+
### Manual License Key Installation
1950

2051
1. Go to the [License Keys](https://www.telerik.com/account/your-licenses/license-keys) page in your Telerik account.
2152

2253
1. Click the **Download License Key** button.
2354

24-
![Download a Telerik UI for .NET WinForms License Key](./images/download-license-key.png)
55+
![Download a Telerik UI for WinForms License Key](./images/download-license-key.png)
2556

26-
> The [Progress Control Panel]({%slug installing-from-progress-control-panel%}), [automated installers]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}), and the [Visual Studio Extensions]({%slug winforms-installation-deployment-and-distribution-visual-studio-extensions%}) will automatically download and store your license key in your home directory. This makes it available for all projects that you develop on your local machine.
2757

28-
## Activating the Telerik UI for .NET WinForms Components
58+
## Activating the Telerik UI for WinForms Components
2959

30-
To activate the Telerik UI for .NET WinForms controls:
60+
To activate the Telerik UI for WinForms controls:
3161

3262
1. Copy the [downloaded](#downloading-the-license-key) `telerik-license.txt` license key file to your home directory. This makes the license key available to all projects that you develop on your computer:
3363

@@ -49,9 +79,9 @@ If you cannot use NuGet packages in your project, add the license as a code snip
4979

5080
1. Go to the [License Keys page](https://www.telerik.com/account/your-licenses/license-keys) in your Telerik account.
5181

52-
1. On the Telerik UI for .NET WinForms row, click the **View key** link in the **SCRIPT KEY** column.
82+
1. On the Telerik UI for WinForms row, click the **View key** link in the **SCRIPT KEY** column.
5383

54-
![Download a Telerik UI for .NET WinForms Script Key](./images/download-script-key.png)
84+
![Download a Telerik UI for WinForms Script Key](./images/download-script-key.png)
5585

5686
1. Copy the C# code snippet into a new file, for example, `TelerikLicense.cs`.
5787

@@ -68,4 +98,4 @@ Whenever you purchase a new Telerik UI for WinForms license or renew an existing
6898

6999
* [License Activation Errors and Warnings]({%slug license-errors-warnings%})
70100
* [Adding the License Key to CI Services]({%slug add-license-to-ci-cd%})
71-
* [Frequently Asked Questions about Your Telerik UI for .NET WinForms License Key]({%slug licensing-faq%})
101+
* [Frequently Asked Questions about Your Telerik UI for WinForms License Key]({%slug licensing-faq%})

0 commit comments

Comments
 (0)