我可以将 Apache 和 Mysql 集成到应用程序安装程序中吗?
我有一个用java制作的应用程序,它需要一个Mysql数据库和Apache服务器,我使用Advanced Insaller来生成安装程序。
我希望安装程序安装 Mysql 和 Apache,并运行它们(我认为作为服务),这样用户就不必担心它。
我可以使用高级安装程序执行此操作吗?
I have an Application made with java ,and it needs a Mysql database ,and Apache server,and I use Advanced Insaller to generate the installer.
I want the installer to install Mysql and Apache ,and Run them (I think as a service )so the user doesn't have to worry about it.
Can I do this with Advanced Installer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常的方法是将它们添加为先决条件。
这非常简单。最困难的部分是确定每个先决条件(由其安装的文件或注册表项)的检测标准。但是您可以使用 Process Monitor 来执行此操作(查看先决条件安装的内容)。
The usual approach is adding them as prerequisites.
It's pretty straightforward. The hardest part is to determine a detection criteria for each prerequisite (a file or registry entry installed by it). But you can use Process Monitor for this (see what the prerequisite installs).