資源簡介
1.把winform自動升級發布到iis
2.把你的winform程序放到里面
3.把自動升級的exe和autoupdater.xml放到你的winform程序的debug里面
4.在你的程序的登錄的load事件里面加入
private void frmLogin_Load(object sender, EventArgs e)
{
Process.Start(Application.StartupPath + "//UpdateProcess.exe");
}
代碼片段和文件信息
評論
共有 條評論