Joe*_*tti 3 windows wix driver dpinst
我按照这里的教程:http://www.codeproject.com/KB/library/driver-install-with-wix.aspx,但它似乎似乎不想工作 - DPInstexe似乎从未真正运行过?所有文件都正确放置 - 我甚至注意到在教程中他们错过了一个引用.
我的自定义操作如下所示:
<CustomAction Id='Install_M2_Driver'
Execute='deferred' Directory='DRIVER_ROOT'
ExeCommand='"[dirDpInst]DPInst.exe" /SA /PATH "[dirM2]"'
Return='ignore' />
Run Code Online (Sandbox Code Playgroud)
我甚至尝试DPInst.exe使用一个简单的exe来替换回到我身上的参数,一切看起来都不错,如果我实际上从命令行运行命令,而echo消息框已经启动它会调出DPInst安装GUI.
找到它,需要关闭模仿:
<CustomAction Id='Install_M2_Driver'
Execute='deferred'
Directory='DRIVER_ROOT'
Impersonate='no'
ExeCommand='"[dirDpInst]DPInst.exe" /SA /PATH \"[dirM2]\"'
Return='ignore' />
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1504 次 |
| 最近记录: |