How do I uninstall software? If the software was installed using Microsoft Windows Installer (
MSI), use the
WMI class Win32_Product and the Uninstall method. const wbemFlagForwardOnly = $00000020; var FSWbemLocator : OLEVariant; FWMIService : OLEVariant; FWbemObjectSet: OLEVariant; ...
More...