在 installshield 中从命令行创建 .exe

Creating .exe from command line in installshield

我们可以在 installshield 中从命令行生成 .exe 文件,并且该 .exe 文件将打开一个文本文件吗?我知道如何从 Install shield UI 创建 .exe 文件,但我没有找到任何关于使用 installshield 从命令行创建 exe 的内容。

如果您的 InstallShield 项目有版本(在我的示例版本中称为 "Othello Beta")生成 .exe 程序包并且您想从命令行构建它,则需要使用自动化。为此,您将使用:

ISCmdBld.exe: Hot to use ISCmdBld.exe 示例为:

ISCmdBld.exe -p "C:\InstallShield 2012 Spring Projects\My Othello Project\Othello.ism" -r "Othello Beta" -c COMP -a "Build 245"

IsSABld.exe: 这将如下所示:

IsSABld.exe" -p "C:\InstallShield 2012 Spring Projects\My Othello Project\Othello.ism" -b "C:\InstallShield 2012 Spring Projects\My Othello Project" -r "Othello Beta"