command-line - Firebird 定制安装

标签 command-line firebird inno-setup

我想部署 firebird 安装,因此将使用命令行参数从我的安装程序启动它。我阅读了 Inno Setup 的文档,但仍然无法让它工作。

我只是想安装一个“ super 服务器”,没有任何文档或任何内容。

这是我到目前为止所拥有的

Firebird-2.1.2.18118_0_Win32.exe /sp- /silent /SUPPRESSMSGBOXES /nocancel /noicons /components="Super Server binary"

但它不会安装服务器。如果我删除/components,它会安装服务器,但会安装其他开发人员的东西,而客户不需要这些东西。

最佳答案

读取C:\Program Files\Firebird\Firebird_2_1\doc中的installation_scripted.txt

/COMPONENTS="comma separated list of component names"

Choose from - ServerComponent\SuperServerComponent, ServerComponent\ClassicServerComponent, ServerComponent, DevAdminComponent and ClientComponent

Overrides the default components settings. Using this command line
parameter causes Setup to automatically select a custom type. A full install requires combining components. For example:

/COMPONENTS="ServerComponent\SuperServerComponent,ServerComponent,DevAdminComponent,ClientComponent"

would be required for a full install.

关于command-line - Firebird 定制安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1328126/

相关文章:

c++ - MFC - 扩展应用程序以从命令行运行

command-line - 可以更改 xargs 的默认分隔符吗?

android - 如何使用 ADB 识别安卓模拟器 (AVD)

database - 忘记了* fdb(firebird)数据库的用户名和密码。无论如何,我可以破解这个数据库吗?

c# - 在 .Net 中检索 Firebird ODS 版本

inno-setup - 使用 Inno Setup 创建一个小型 Web 安装程序

installation - 在 Inno Setup 中安装之前,从目标文件夹中备份文件

inno-setup - 完成某个页面后,有没有办法在 Inno Setup 中提取 .zip 文件?

linux - 将 Sqsh 与 FreeTDS 结合使用有什么优势?

command-line - 如何从命令行创建新的 Firebird 数据库?