我必须在安装过程中调用cmd,当我运行安装程序时,所有看起来都运行良好。但它看起来并不像。
在日志中有以下行:
“CustomAction CMDInstallKey返回实际的错误代码1,但由于继续标记将被转换为成功”
甚至cmd调用也行不通。为了理解,cmd弹出并且文本进入,但它不起作用,错误也很奇怪。我在网上找不到任何东西。
我的代码是:
<CustomAction Id='CMDInstallKey' Directory='INSTALLLOCATION'
Execute='immediate'ExeCommand='cmd.exe /c " .\PontefixEncryptionTool
-install WinInstaller .\keycontainer.pkxml del .\keycontainer.pkxml' Return='ignore' />
<InstallExecuteSequence>
<Custom Action='CMDInstallKey' After='InstallFinalize'></Custom>
</InstallExecuteSequence>
答案 0 :(得分:0)
可能最好使用QtExecCmdLine吗?