MSI文件类型ERROR

时间:2019-05-11 02:21:56

标签: visual-studio github windows-installer downloadfile

我正在使用Visual Basic在Github上下载MSI文件,因此我正在使用Download File方法。当我使用Process Start方法打开MSI文件时,出现错误消息:“无法打开安装包。请与应用程序供应商联系,以确认这是有效的Windows Installer包。”

My.Computer.Network.DownloadFile("https://github.com/user/repo/raw/master/file.msi", "C:\Users\Users\user\Desktop\test\file.msi")
Process.Start("C:\Users\user\Desktop\test\file.msi")

对于Visual Basic,预期结果是从Github下载MSI文件,然后运行MSI文件。实际结果是一个错误,指出“无法打开安装包。请与应用程序供应商联系,以确认这是有效的Windows Installer包。”

0 个答案:

没有答案