Telerik Winform trial version is shipped up until 12.2, where it is no longer shipped with PDSOE. It is still shipped in earlier versions and SP/updates since it was first shipped in OE 11.6.
Telerik UI Winforms is installed only with PDSOE licenses,
- The directory: install/Telerik is included in the “eclipse” archive which is included in the PDSOE product.
- There is no explicit install option (opt-out), to prevent Telerik Demo from being installed
- It is possible to uninstall the Telerik UI Winforms Trial version afterwards:
- Windows "Add or remove Programs"
- Scripted using WMIC with the product name, in tis example the product name is the one included with 11.7.11
wmic product get description,installlocation,name,version
wmic product where name="Telerik UI for WinForms R3 2016 SP1" call uninstall /nointeractive