Skip to content

Commit 1ec35f1

Browse files
authored
Adress comments from the review
1 parent 2c09d98 commit 1ec35f1

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

getting-started/licensing/installing-license-key.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ To download a license key for Telerik UI for WPF, you must have either a develop
1616

1717
Depending on your development environment and preferences, you can install your license key in either of the following ways:
1818

19-
* [*Automatic installation*](#automatic-license-key-installation) for NuGet-based development—suitable for developers using Telerik productivity tools like the Telerik extensions for Visual Studio and the Progress Control Panel.
20-
* [*Manual installation*](#manual-license-key-installation) for NuGet-based development—suitable for trial users and developers who prefer to manage their projects and Telerik product versions manually.
21-
* [*Manual installation for projects without NuGet references*](#adding-a-license-key-to-projects-without-nuget-references)—suitable for developers who cannot use NuGet references in their projects.
19+
* [*Automatic installation*](#automatic-license-key-installation) for projects with NuGet references—suitable for developers using Telerik productivity tools like the Telerik extensions for Visual Studio and the Progress Control Panel.
20+
* [*Manual installation*](#manual-license-key-installation) for projects with NuGet references—suitable for trial users and developers who prefer to manage their projects and Telerik product versions manually.
21+
* [*Manual installation for projects using assembly references (no NuGet packages)*](#adding-a-license-to-projects-using-telerik-assembly-references-no-nuget-packages)—suitable for developers who cannot use NuGet references in their projects and use the Telerik DLLs instead.
2222

2323
## Automatic License Key Installation
2424

@@ -37,13 +37,7 @@ The Visual Studio extension puts the file in your home directory (`%appdata%\Tel
3737

3838
### Installing a License Key with the Progress Control Panel
3939

40-
Upon starting the [Progress Control Panel](https://docs.telerik.com/controlpanel/introduction), the application automatically downloads your license key file to your home directory (`%appdata%\Telerik`), which activates the WPF components.
41-
42-
To manually trigger the license key download—for example, when you renew you license or purchase a new one:
43-
44-
1. Open the Progress Control Panel.
45-
1. Go to **View all subscriptions**.
46-
1. Click **DOWNLOAD LICENSE KEY**.
40+
To install your Telerik License Key by using the [Progress Control Panel](https://docs.telerik.com/controlpanel/introduction), start the application. It automatically downloads your license key file to your home directory (`%appdata%\Telerik`), which activates the WPF components.
4741

4842
## Manual License Key Installation
4943

@@ -61,11 +55,11 @@ Alternatively, copy the `telerik-license.txt` license key file to the root folde
6155

6256
When you build the project, the `Telerik.Licensing` NuGet package automatically locates the license file and uses it to activate the product. If your project doesn’t use NuGet packages, see [Adding a License Key to Projects without NuGet References](#adding-a-license-key-to-projects-without-nuget-references).
6357

64-
## Adding a License Key to Projects without NuGet References
58+
## Adding a License to Projects Using Telerik Assembly References (no NuGet packages)
6559

6660
Telerik strongly recommends the use of NuGet packages whenever possible. Only include the license key as a code snippet when NuGet packages are not an option.
6761

68-
If you cannot use NuGet packages in your project, add the license as a code snippet:
62+
If you add the Telerik components to your project by referencing the Telerik assemblies, you must add the license to the project as a code snippet:
6963

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

0 commit comments

Comments
 (0)