using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;

namespace Project1
{
    
class Class1
    
{
        [STAThread]
        
public static void Main(string[] args)
        
{
            
//{163976CC-B5F7-4654-85EA-5637AC29B7BA}
            string sysroot = System.Environment.SystemDirectory;
            System.Diagnostics.Process.Start(sysroot 
+ "\msiexec.exe""/x {163976CC-B5F7-4654-85EA-5637AC29B7BA} /qr"); 
        }

    }

}

posted on 2007-03-09 16:56  wkjs  阅读(170)  评论(0编辑  收藏  举报