【发布时间】:2013-07-01 14:53:06
【问题描述】:
我的设置脚本中有以下代码:
[Files]
Source: "{#SetupDir}\IronPython-2.7.3.msi"; DestDir: "{app}\Resources"; Components: Centipede; Check: IronPythonNotInstalled
[Run]
Filename: "msiexec.exe"; Parameters: "/I ""{app}\Resources\IronPython-2.7.3.msi"" /qb"; WorkingDir: "{app}\Resources"; Flags: shellexec; StatusMsg: "Installing IronPython"; Components: Centipede; Check: IronPythonNotInstalled
但是每次我运行安装程序时,我都会看到帮助对话框,就像在没有任何参数的情况下运行 msiexec 时一样。这可能只是一个愚蠢的错误,但我看不出它是什么。
文件被正确复制,并且 msi 有效(从命令行运行它可以正常工作)。
【问题讨论】:
标签: inno-setup