/// <summary> /// 判断windows是否装有某软件 /// </summary> /// <param name="softWareName">软件名</param> /// <returns></returns> public bool SoftWareIsExist(string softWareName) { Microsoft.Win32.RegistryKey uninstallNode = Microsoft.Win32.Registry.LocalMach... Read More
posted @ 2012-10-16 13:03 baiqjh Views(261) Comments(0) Diggs(0) Edit