我使用Wix创建了一个MSI。msi包含一个驱动程序INF和Windows DPinst.exe。现在,我正在尝试在Winpe中运行msi来更新驱动程序。
如何使用Wix创建可以在Winpe环境中运行的msi?我用的是Wix V3
发布于 2018-10-04 05:23:55
WinPE中没有Windows Installer,所以MSI不能工作,你必须使用便携应用程序。要安装驱动程序,请使用命令drvload inf path
https://stackoverflow.com/questions/52632620
复制相似问题