Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从命令行将 .bpk 包安装到 Borland C++ Builder 5 IDE 中。我确信这是可能的,因为我们有一些第三方组件可以做到这一点,但我无法弄清楚所需的步骤。
任何指针表示赞赏!
通过在以下位置创建注册表值来安装软件包:
HKEY_CURRENT_USER\Software\Borland\C++Builder\5.0\Known Packages
如果你看那里,你会看到所有的 VCL 包,以及你可能已经安装的任何 3rd-party 包。
使用命令行注册表编辑工具,或编写您自己的工具,在该位置创建必要的字符串值。