Salesforce

How perform a silent uninstall of Telerik UI for WinForms installation?

« Go Back

Information

 
TitleHow perform a silent uninstall of Telerik UI for WinForms installation?
URL NameHow-perform-a-silent-uninstall-of-Telerik-UI-for-WinForms-installation
Article Number000198298
EnvironmentProduct: OpenEdge
Version: 11.6, 11.7, 12.0, 12.1
OS: Windows
Other: Telerik UI for WinForms, PDSOE
Question/Problem Description
How perform a silent uninstall of Telerik UI for WinForms

How perform a batch uninstall of the Telerik UI for WinForms installation?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
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

 
Workaround
Notes
Keyword Phrase
Last Modified Date12/30/2021 8:57 AM

Powered by