用于安装 IE 工具栏按钮的 Windows 可执行文件

发布于 2024-08-03 03:24:39 字数 276 浏览 1 评论 0原文

我已经按照下面的链接为工具栏按钮创建了必要的 .reg 文件 http://msdn.microsoft.com/en- us/library/bb735854%28VS.85%29.aspx

我想将 .reg 文件和图标文件捆绑到可用于一键安装的可执行文件中。

构建这样的东西的最佳方法是什么?

I have created necessary .reg file for the toolbar button as per the link below
http://msdn.microsoft.com/en-us/library/bb735854%28VS.85%29.aspx

I would like to bundle .reg file and icon files into an executable that can be used for one-click install.

What is the best way to build something like that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠北森屋 2024-08-10 03:24:39

InfTool 是我想到的最接近的。它允许您将 .inf 文件和相关文件捆绑到单个可执行文件中。不过,您必须将 .reg 文件重写为 .inf“脚本”。

更新:有一个工具可以将.reg文件转换为.inf ,您只需添加文件部分并在其上运行 InfTool 即可。

InfTool is the closest that comes to mind. It allows you to bundle an .inf file and related files into single executable. You would have to rewrite the .reg file into .inf "script" though.

Update: There's a tool to convert the .reg file into .inf, you just have to add the files section then and run InfTool on it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文