Telerik Winform trial version is shipped up until OpenEdge 12.2, where it is no longer shipped with PDSOE.
1) Run the following command in Windows PowerShell and send its output to a text file:
get-wmiobject -class Win32_Product
2) Search for the IdentifyingNumber of the installed Telerik UI for WinForms product
- Please make sure to test this first and then run it in your production environment. The "IdentifyingNumber" may vary between different releases/versions of OpenEdge.
Example: "Progress(r) Telerik(r) UI for WinForms R1 2019"
IdentifyingNumber : {A425E374-76B0-4415-B94A-52B1C27B17F2}
Name : Progress(r) Telerik(r) UI for WinForms R1 2019
Vendor : Progress Software Corporation
Version : 19.1.115.0
Caption : Progress(r) Telerik(r) UI for WinForms R1 2019
3) Silently uninstall Telerik(r) UI for WinForms:
msiexec.exe /x {A425E374-76B0-4415-B94A-52B1C27B17F2} /qn
Alternatively:
wmic product get description,installlocation,name,version
wmic product where name="Telerik UI for WinForms R3 2016 SP1" call uninstall /nointeractive