Salesforce

Is there any way to prevent the OE installer installing the Telerik demo application?

« Go Back

Information

 
TitleIs there any way to prevent the OE installer installing the Telerik demo application?
URL NameIs-there-any-way-to-prevent-the-OE-installer-installing-the-Telerik-demo-application
Article Number000117838
EnvironmentProduct: OpenEdge
Version: 11.6, 11.7, 12.0, 12.1
OS: All supported platforms
Other: Telerik UI for WinForms demo
Question/Problem Description
How to prevent the "Telerik UI for WinForms" Trial version when the OpenEdge PDSOE product license is installed or updated
Is there any way to prevent the OE installer installing the Telerik demo application?
Is there any way to exclude the Telerik demo application being installed by OE installer?
Where is the Option to install "Telerik UI for WinForms" ?
Can the Telerik demo application be uninstalled automatically?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
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:
  1. Windows "Add or remove Programs"
  2. 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
Alternatively a PS1 script example is provided in Article: How perform a silent uninstall of Telerik UI for WinForms installation?    
Workaround
Notes

 
Keyword Phrase
Last Modified Date12/30/2021 11:15 AM

Powered by