简体   繁体   English

如何将Msi文件添加到Installshield Project?

[英]How to add msi file to Installshield Project?

I am using Installshield 2015 with Visual Studio 2013. I created a setup.exe for my application. 我在Visual Studio 2013中使用Installshield2015。我为我的应用程序创建了setup.exe。 In order to start my application, user needs to run SpeechPlatformRuntime_x86.msi or SpeechPlatformRuntime_x64.msi. 为了启动我的应用程序,用户需要运行SpeechPlatformRuntime_x86.msi或SpeechPlatformRuntime_x64.msi。

How can I add these msi file into my project so after installation finishes, it automatically run msi file? 如何将这些msi文件添加到我的项目中,以便在安装完成后自动运行msi文件?

These sound like they provide dependencies. 这些听起来像它们提供了依赖性。 Since you deliver a .exe file, I would suggest creating a prerequisite and including it in your project. 由于您提供了.exe文件,因此建议您创建一个前提条件并将其包含在您的项目中。 This will result in them being installed first, and your main .msi (or InstallScript) project contents will follow. 这将导致首先安装它们,然后是您的主要.msi(或InstallScript)项目内容。

(If you delivered only a .msi file, you would probably have to document your dependency. You could look into the Chained .MSI Packages support, but it's not really that well suited for handling dependencies.) (如果只提供了一个.msi文件,则可能必须记录依赖性。您可以研究Chained .MSI Packages支持,但它实际上并不十分适合处理依赖性。)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将MSI文件添加到新的Installshield项目 - Add a MSI file to new Installshield project 如何在installshield基本MSI项目中的.NET Framework 4.5.2上添加先决条件检查 - How to add prerequisite check on .NET framework 4.5.2 in installshield basic MSI project 如何在installshield basic msi项目的列表框中而不是在文本区域中显示操作文本? - How to display action text in a listbox and not in a textarea in installshield basic msi project? 如何在Basic MSI Project中的installshield中关闭正在修复的应用程序的运行实例? - How to close running instance of application on repair in installshield in Basic MSI Project? 如何在installshield Project中添加.NET Framework的安装 - how to add an installtion of .NET Framework in installshield Project 如何在InstallShield 2011中为MSI安装程序项目控制服务安装和SQL脚本执行的执行顺序? - How to control the execution order of service installation and SQL script execution in InstallShield 2011 for a MSI installer project? 如何在InstallShield Basic MSI项目中的自定义操作中执行DLL? - How can i execute DLL in custom action in installshield basic msi project? 如何通过自定义操作在InstallShield的基本MSI项目中运行时插入到ReserveCost表中? - How to runtime insert into ReserveCost table in a basic MSI project in InstallShield through custom action? 如何在installshield Basic MSI项目中自定义语言选择对话框? - How can i customize Language Selection Dialog in installshield Basic MSI project? 如何从Installshield中的Basic MSI项目修复.Net Framework? - How do I repair .Net Framework from Basic MSI project in Installshield?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM