简体   繁体   English

如何在 Installsheild 中静默安装 MySql 服务器?

[英]How to silently install MySql server in Installsheild?

i want to install Mysql server in client mechine during installation of my Actual Application using IntallShield Limited Edition i have already tried an approach that just place the MySQL.msi in an exe and run the exe in installshield during installation of my Application but it throws an error that is "Another installation is in Progress.You must complete that installation before continuing this one".I think this error comes bcz Windows Installer is busy to install my Actual application and it doesn't Install more than one App simultaneously.我想在使用 IntallShield Limited Edition 安装我的实际应用程序期间在客户端机器中安装 Mysql 服务器我已经尝试过一种方法,只需将 MySQL.msi 放在一个 exe 中,然后在安装我的应用程序期间在 installshield 中运行 exe,但它会抛出一个错误是“另一个安装正在进行中。您必须在继续安装之前完成该安装”。我认为这个错误来自 bcz Windows 安装程序正忙于安装我的实际应用程序,它不会同时安装多个应用程序。 So how can i install MySQL parallel to my App?Thanks那么如何将 MySQL 与我的应用程序并行安装?谢谢

i want to install Mysql server in client mechine during installation of my Actual Application using IntallShield Limited Edition i have already tried an approach that just place the MySQL.msi in an exe and run the exe in installshield during installation of my Application but it throws an error that is "Another installation is in Progress.我想在使用 IntallShield Limited Edition 安装我的实际应用程序期间在客户端机器中安装 Mysql 服务器我已经尝试过一种方法,只需将 MySQL.msi 放在一个 exe 中,然后在安装我的应用程序期间在 installshield 中运行 exe,但它会抛出一个错误是“另一个安装正在进行中。

I would suggest you to create installshield prerequisite for Mysql server, and include this prerequisite in your application, so that the prerequisite will be installed before your application.我建议您为 Mysql 服务器创建 installshield 先决条件,并将此先决条件包含在您的应用程序中,以便在您的应用程序之前安装先决条件。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM