I want to create a new InstallShield project which has two prerequisites. I need this new InstallShield project to include an msi
file. How can I add an msi
file to a new Installshield project?
我想创建一个新的InstallShield项目,它有两个先决条件。我需要这个新的InstallShield项目来包含一个msi文件。如何将msi文件添加到新的Installshield项目?
I heard about the chained msi but doing this I can not add pre-requisites.
我听说过链接的msi,但这样做我无法添加先决条件。
1 个解决方案
#1
0
I'm assuming that you're using a Basic MSI project in the Professional or Premier edition of InstallShield. If so, you can use the Prerequisite Editor from the Tools menu to create a .prq file that detects and installs the required .msi file. Then add that .prq file into your main project, for a total of 3 prerequisites.
我假设您在InstallShield的Professional或Premier版本中使用Basic MSI项目。如果是这样,您可以使用“工具”菜单中的“先决条件编辑器”创建检测并安装所需.msi文件的.prq文件。然后将.prq文件添加到主项目中,总共有3个先决条件。
#1
0
I'm assuming that you're using a Basic MSI project in the Professional or Premier edition of InstallShield. If so, you can use the Prerequisite Editor from the Tools menu to create a .prq file that detects and installs the required .msi file. Then add that .prq file into your main project, for a total of 3 prerequisites.
我假设您在InstallShield的Professional或Premier版本中使用Basic MSI项目。如果是这样,您可以使用“工具”菜单中的“先决条件编辑器”创建检测并安装所需.msi文件的.prq文件。然后将.prq文件添加到主项目中,总共有3个先决条件。