Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.661 Beiträge
 
#1

WMI Tasks using Delphi – Computer Software

  Alt 22. Okt 2011, 23:00
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...
  Mit Zitat antworten Zitat