标签:des io ar sp for on art bs ad
////启动最新版本安装(后台安装模式),结束更新程序
//string cabPath = @"\Application Data\QY.DDM.PDA.CAB";
//string parm = @"/noaskdest /noui """ + cabPath + @"""";
//ProcessStartInfo psi = new ProcessStartInfo(@"\Windows\wceload.exe", parm);
//Process p = new Process();
//p.StartInfo = psi;
//bool res = p.Start();
//p.WaitForExit();
标签:des io ar sp for on art bs ad
原文地址:http://www.cnblogs.com/beyond1983/p/4087500.html