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");
}
}
}
663

被折叠的 条评论
为什么被折叠?



