Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70315e2

Browse files
committedNov 24, 2023
Removed most trial mentions in SL docs
1 parent ea4f7b2 commit 70315e2

14 files changed

+35
-210
lines changed
 

‎getting-started/adding-telerik-ui-to-an-application/installation-adding-application-namespace-declaration.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,5 @@ Almost all Telerik controls can be found in the 'telerik' URI namespace schema (
113113
## See Also
114114
* [Using IntelliSense in Visual Studio]({%slug installation-adding-application-using-intellisense-vs%})
115115
{% if site.site_name == 'WPF' %}
116-
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license-wpf%})
117-
{% else %}
118-
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license%})
116+
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license-wpf%})
119117
{% endif %}

‎getting-started/adding-telerik-ui-to-an-application/installation-adding-application-using-intellisense-vs.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ In the code-behind, each time a particular class/property/method is being select
4040
{% if site.site_name == 'WPF' %}
4141
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license-wpf%})
4242
* [Controls Dependencies]({%slug installation-installing-controls-dependencies-wpf%})
43-
{% else %}
44-
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license%})
43+
{% else %}
4544
* [Controls Dependencies]({%slug installation-installing-controls-dependencies%})
4645
{% endif %}

‎getting-started/first-steps-sl.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ The easiest way to get the controls to your development machine is to use the [P
2222
2323
![Download automated installer Telerik_UI_for_Silverlight_<version>_Dev.msi](images/download-msi-sl.png "Telerik_UI_for_Silverlight_<version>_Dev.msi")
2424

25-
> If you are not a customer, you can [download a free, fully functional trial](https://www.telerik.com/download-trial-file/v2-b/ui-for-silverlight) and the same options will apply to you as well.
26-
2725
>tip The following article can help you choose the installation type that is most suitable for your needs and preferences: [Which File Do I Need to Install]({%slug installation-installing-which-file-do-i-need%}).
2826
2927
## Create a UI for {{ site.framework_name }} Project

‎getting-started/installation/for-silverlight-vs-extensions-releases.md

-56
This file was deleted.

‎getting-started/installation/installation-installing-from-msi.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ If you open the installation folder ( __C:\Program Files (x86)\Progress\Telerik
8585
8686
>The Silverlight Demos application can be downloaded from the UI for Silverlight download page (in the [Telerik account](http://www.telerik.com/account.aspx)) as a separate ZIP file as well.
8787
88-
## See Also
89-
90-
* [Installing UI for Silverlight from ZIP File]({%slug installation-installing-from-zip%})
91-
88+
## See Also
89+
* [Installing UI for Silverlight from ZIP File]({%slug installation-installing-from-zip%})
9290
* [Latest Internal Build]({%slug installation-installing-lib%})
93-
94-
* [Trial License Limitations]({%slug installation-installing-license-limitations%})

‎getting-started/installation/installation-installing-from-zip.md

+12-68
Original file line numberDiff line numberDiff line change
@@ -12,85 +12,29 @@ site_name: Silverlight
1212
# Installing UI for Silverlight from ZIP File
1313

1414
The following topic describes what steps you should perform in order to install Telerik UI for Silverlight manually from a __ZIP__ file. The [ZIP](http://en.wikipedia.org/wiki/ZIP_%28file_format%29) is used for manual (advanced) installs and upgrading/updating purposes.
15-
16-
1715

18-
>tipFor more information about which installation package you need to install, read [here]({%slug installation-installing-which-file-do-i-need%}).
16+
For more information about which installation package you need to install, read [here]({%slug installation-installing-which-file-do-i-need%}).
1917

20-
>tipFor more information about the system requirements, read [here]({%slug installation-system-requirements%}).
21-
22-
23-
24-
With the Q1 2014 release we no longer provide the full ZIP package. Instead you could download the Hotfix ZIP and if needed download the Themes separately. In the following sections we will go through the download process for Q1 2014 release as well as the previous versions.
18+
For more information about the system requirements, read [here]({%slug installation-system-requirements%}).
2519

26-
## From Q1 2014 afterwards
20+
## Downloading ZIP Package
2721

28-
### Downloading ZIP Package
29-
30-
* Go to to the UI for Silverlight download page following the instructions in [Download Product Files]({%slug download-product-files%}) topic.
31-
32-
* Download the ZIP file and extract it in the desired location.
22+
1. Go to to the UI for Silverlight download page following the instructions in [Download Product Files]({%slug download-product-files%}) topic.
23+
2. Download the ZIP file and extract it in the desired location.
3324

34-
### Exploring the Extracted Folders
25+
## Exploring the Extracted Folders
3526

3627
Once the archived folders are extracted you will probably note the following folder structure:
3728

38-
* __Binaries__ - the standard binaries including theme dlls.
39-
40-
* __Binaries.NoXaml__ - binaries without XAML.
41-
29+
* __Binaries__ - the standard binaries including theme dlls.
30+
* __Binaries.NoXaml__ - binaries without XAML.
4231
* __LicenseAgreements__
43-
4432
* __Themes.Implicit__ - implicit styles friendly XAML.
4533

4634
>importantWith the Q1 2014 release we no longer provide the Themes and pdb files within the installation package. You could download them separately from the UI for Silverlight download page in your [Telerik account](http://www.telerik.com/account.aspx).
4735
48-
>The Silverlight Demos application can be downloaded from the UI for Silverlight download page (in the [Telerik account](http://www.telerik.com/account.aspx)) as a separate ZIP file as well.
49-
50-
## Before Q1 2014
51-
52-
### Downloading ZIP Package
53-
54-
In order to download the latest ZIP file, follow the instructions below:
55-
56-
* Log into your [Telerik account](http://www.telerik.com/account.aspx).
57-
58-
* Click __Products & Subscriptions__ and then select UI for Silverlight from the dropdown (or Trial downloads if you are a trial user).
59-
![Common Installing FromMSIFiles 005](images/Common_InstallingFromMSIFiles_005.png)
60-
61-
>If you've purchased Telerik DevCraft Complete/Ultimate bundle, you will see it in the Products & Subscriptions dropdown.
62-
>![Common Installing FromMSIFiles 005 Ultimate](images/Common_InstallingFromMSIFiles_005_Ultimate.png)
63-
64-
* Click "Download Installer and other resources" button.![Common Installing Download Button](images/Common_Installing_Download_Button.png)
65-
66-
>Again, if you've purchased Telerik DevCraft Complete/Ultimate bundle, you will be redirected to a page with all the products in the suite.
67-
>Scroll to "UI for Silverlight" product. Click "Browse all product files" to go to the details download page.
68-
>![Common Installing FromMSIFiles 009](images/Common_InstallingFromMSIFiles_009.png)
69-
70-
* Click "Manual installation" link.![Common Installing FromZIPFile 030](images/Common_InstallingFromZIPFile_030.PNG)
71-
72-
* Download the ZIP file and extract it in the desired location.
73-
74-
### Exploring the Extracted Folders
75-
76-
Once the archived folders are extracted you will probably note the following folder structure:
77-
78-
* __Binaries__ - the standard binaries including theme dlls.
79-
80-
* __Binaries.NoXaml__ - binaries without XAML.
81-
82-
* __LicenseAgreements__
83-
84-
* __Themes__ - the standard styles for all Telerik themes.
85-
86-
* __Themes.Implicit__ - implicit styles friendly XAML.
87-
88-
>You can install the Demos separately, downloading the 'Demos Automatic Installation" from your account.
89-
90-
## See Also
91-
92-
* [Using the Hotfix (DLLs Only)]({%slug installation-installing-lib%})
93-
94-
* [Trial License Limitations]({%slug installation-installing-license-limitations%})
36+
>The Silverlight Demos application can be downloaded from the UI for Silverlight download page (in the [Telerik account](http://www.telerik.com/account.aspx)) as a separate ZIP file as well.
9537
96-
* [Adding UI for Silverlight to the Visual Studio Toolbox]({%slug installation-adding-to-vs-2015-toolbox-sl%})
38+
## See Also
39+
* [Using the Hotfix (DLLs Only)]({%slug installation-installing-lib%})
40+
* [Adding UI for Silverlight to the Visual Studio Toolbox]({%slug installation-adding-to-vs-2015-toolbox-sl%})

‎getting-started/installation/installation-installing-lib.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ The following image shows the name of the LIB dlls generated on 8th of April (4t
6161
* [Adding UI for WPF to the Visual Studio Toolbox]({%slug installation-adding-to-vs-2015-toolbox-wpf%})
6262
* [Creating an Application and Adding UI for WPF]({%slug installation-adding-to-application-create-application-and-adding-control%})
6363
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license-wpf%})
64-
{% else %}
65-
* [Trial License Limitations]({%slug installation-installing-license-limitations%})
64+
{% else %}
6665
* [Adding UI for Silverlight to the Visual Studio Toolbox]({%slug installation-adding-to-vs-2015-toolbox-sl%})
67-
* [Creating an Application and Adding UI for Silverlight]({%slug installation-adding-to-application-create-application-and-adding-control%})
68-
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license%})
66+
* [Creating an Application and Adding UI for Silverlight]({%slug installation-adding-to-application-create-application-and-adding-control%})
6967
{% endif %}

‎getting-started/installation/installation-installing-license-limitations-wpf.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Currently there are two types of licenses used for UI for WPF:
2323

2424
Developer licenses come with modified DLLs, which work without license keys. If you have a Developer license for one or more of the Telerik components, you only need to ensure that you are using the developer build when downloading the control(s). These builds have the __Dev__ abbreviation in their file names.
2525

26-
If your application is displaying a license key error, this means that you are using a trial version of the product. Log in to your [Client.net](http://www.Telerik.com/clientnet/) account and download the developer build. To update your project, please take a look at the [Upgrading the Trial License to a Production License]({%slug installation-upgrading-from-trial-to-developer-license-wpf%}) section for step-by-step instructions.
26+
If your application is displaying a license key error, this means that you are using a trial version of the product. Log in to your [telerik.com](https://www.telerik.com/account/) account and download the developer build. To update your project, please take a look at the [Upgrading the Trial License to a Production License]({%slug installation-upgrading-from-trial-to-developer-license-wpf%}) section for step-by-step instructions.
2727

2828
## Trial License
2929

@@ -33,7 +33,7 @@ The free trial licenses of all Telerik products are fully functional and will wo
3333

3434
The trial licenses will occasionally display the following message on your application:
3535

36-
Telerik UI for WPF trial version. Copyright Telerik © 2002-2014. To remove this message, please, purchase a developer version.
36+
`Telerik UI for WPF trial version. Copyright Telerik © 2002-2014. To remove this message, please, purchase a developer version.`
3737

3838
## See Also
3939
* [Adding UI for WPF to the Visual Studio Toolbox]({%slug installation-adding-to-vs-2015-toolbox-wpf%})

‎getting-started/installation/installation-installing-license-limitations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Currently there are two types of licenses used for UI for Silverlight:
2323

2424
Developer licenses come with modified DLLs, which work without license keys. If you have a Developer license for one or more of the Telerik components, you only need to ensure that you are using the developer build when downloading the control(s). These builds have the __Dev__ abbreviation in their file names.
2525

26-
If your application is displaying a license key error, this means that you are using a trial version of the product. Log in to your [Client.net](http://www.Telerik.com/clientnet/) account and download the developer build. To update your project, please take a look at the [Upgrading the Trial License to a Production License]({%slug installation-upgrading-from-trial-to-developer-license%}) section for step-by-step instructions.
26+
If your application is displaying a license key error, this means that you are using a trial version of the product. Log in to your [telerik.acom](https://www.telerik.com/account/) account and download the developer build.
2727

2828
## Trial License
2929

@@ -33,7 +33,7 @@ The free trial licenses of all Telerik products are fully functional and will wo
3333

3434
The trial licenses will occasionally display the following message on your application:
3535

36-
Telerik UI for Silverlight trial version. Copyright Telerik © 2002-2014. To remove this message, please, purchase a developer version.
36+
`Telerik UI for Silverlight trial version. Copyright Telerik © 2002-2014. To remove this message, please, purchase a developer version.`
3737

3838
## See Also
3939

‎getting-started/installation/installation-system-requirements.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ In order to develop applications with Telerik UI for Silverlight you need to hav
5959

6060
* Hard disk: up to 850 MB of available space may be required
6161

62-
## See Also
63-
62+
## See Also
6463
* [Installing Telerik UI for Silverlight from MSI File]({%slug installation-installing-from-msi%})
65-
6664
* [Installing Telerik UI for Silverlight from ZIP File]({%slug installation-installing-from-zip%})
67-
6865
* [Latest Internal Build]({%slug installation-installing-lib%})
69-
70-
* [Upgrading Telerik UI Trial to Telerik UI Developer License or Newer Version]({%slug installation-upgrading-from-trial-to-developer-license%})

‎integration/visual-studio-extensions/vs-extensions-project-latest-version-acquirer.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ Clicking the {% if site.site_name == 'Silverlight' %}__Get Now__{% else %}__Upda
2626

2727
You can use the __Save my password__ checkbox to save having to enter your Telerik credentials multiple times. The persistance is done in a secure manner and credentials are saved in a per-user context. This way other users on the machine that do not have access to your user data from downloading through your account.
2828

29+
{% if site.site_name == 'WPF' %}
2930
If your subscription has expired, you could either proceed with downloading a trial distribution or you could renew it and initiate the download again.
31+
{% else %}
32+
If your subscription has expired, you could renew it and initiate the download again.
33+
{% endif %}
3034

3135
{% if site.site_name == 'Silverlight' %}![extensions acquirertool sl 3](images/extensions_acquirertool_sl_3.png){% else %}![extensions acquirertool wpf 3](images/extensions_acquirertool_wpf_3.png){% endif %}
3236

‎introduction.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,16 @@ Telerik UI for {{ site.framework_name }} features the following controls:
4343

4444
Throughout this article, you will find the following sections that describe all of the important aspects in depth:
4545

46+
{% if site.site_name == 'WPF' %}
4647
## Trial Version and Commercial License
4748

48-
This UI for {{site.framework_name}} library is a commercial UI library. You are welcome to explore its full functionality and get technical support from the team when you register for a free 30-day trial. To use it commercially, you need to [purchase a license]{% if site.site_name == 'WPF' %}(https://www.telerik.com/purchase/individual/wpf.aspx){% else %}(https://www.telerik.com/purchase/individual/silverlight.aspx){% endif %}. Feel free to review the Telerik UI for {{site.framework_name}} [License Agreement]{% if site.site_name == 'WPF' %}(http://www.telerik.com/purchase/license-agreement/wpf-dlw-s){% else %}(http://www.telerik.com/purchase/license-agreement/silverlight-dlw-s){% endif %} to get acquainted with the full terms of use.
49+
This UI for WPF library is a commercial UI library. You are welcome to explore its full functionality and get technical support from the team when you register for a free 30-day trial. To use it commercially, you need to [purchase a license](https://www.telerik.com/purchase/individual/wpf.aspx). Feel free to review the Telerik UI for WPF [License Agreement](http://www.telerik.com/purchase/license-agreement/wpf-dlw-s) to get acquainted with the full terms of use.
50+
51+
{% else %}
52+
## Commercial License
53+
54+
This UI for Silverlight library is a commercial UI library. To use it commercially, you need to [purchase a license](https://www.telerik.com/purchase/individual/silverlight.aspx). Feel free to review the Telerik UI for Silverlight [License Agreement](http://www.telerik.com/purchase/license-agreement/silverlight-dlw-s) to get acquainted with the full terms of use.
55+
{% endif %}
4956

5057
## Support Options
5158

Binary file not shown.

‎upgrade/installation-upgrading-from-trial-to-developer-license.md

-58
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.