Changes between Version 35 and Version 36 of windows/configuration


Ignore:
Timestamp:
Feb 10, 2012, 5:52:53 PM (12 years ago)
Author:
joergs
Comment:

slient uninstall wmi

Legend:

Unmodified
Added
Removed
Modified
  • windows/configuration

    v35 v36  
    1010
    1111  * http://unattended.sourceforge.net/installers.php
     12
     13== Silent Uninstall ==
     14
     15=== Silent Uninstall using wmi ===
     16
     17{{{
     18C:\ wmic
     19wmic:root\cli>product get name,version
     20Name                                                            Version
     21WebFldrs XP                                                     9.50.7523
     22Java(TM) 6 Update 20                                            6.0.200
     23TeamViewer 6 (MSI Wrapper)                                      6.0.11052
     24...
     25
     26wmic:root\cli>product where name="WebFldrs XP"
     27Caption      Description  IdentifyingNumber                       InstallDate  InstallDate2               InstallLocation  InstallState  Name         PackageCache                    SKUNumber  Vendor                 Version
     28WebFldrs XP  WebFldrs XP  {350C97B3-3D7C-4EE8-BAA9-00BCB3D54227}  20110906     20110906000000.000000-000                   5             WebFldrs XP  C:\WINDOWS\Installer\2e182.msi             Microsoft Corporation  9.50.7523
     29
     30wmic:root\cli>product where name="WebFldrs XP" call uninstall /nointeractive
     31}}}
     32
    1233
    1334= Hardware Information =