bitrock installBuilder 问题

发布于 2024-08-22 03:39:21 字数 315 浏览 4 评论 0原文

我最近的任务是寻找合适的 installShield 替代品,并且我倾向于 InstallBuilder 而不是 Install4J 和 InstallAnywhere。有人在创建 installBuilder 无法处理的安装程序时遇到过任何问题吗?例如,客户端计算机上的安全性非常严格。

*添加评论是为了更加清晰

例如,一个系统禁用了所有帐户,但没有具有非常独特的域策略的管理员帐户,例如,无法将文件写入临时目录。另外,你的产品的可扩展性如何,通过使用它,我注意到它是纯粹的 xml,所以无论如何都要为核心编写一些扩展吗?

I have recently been tasked with finding a suitable installShield replacement and I am leaning towards InstallBuilder over Install4J and InstallAnywhere. Has anyone come across any issues with creating installers that installBuilder has been unable to handle? For example very strict security on the client machine.

*Comment added for additional clarity

For instance a system that has all accounts disabled sans the admin account with a very unique domain policy for instance, the inability to write files to the temp directory. Also how extensible is your product, from playing around with it I notice it is purely xml so is there anyway to write some extensions to the core?

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

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

发布评论

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

评论(2

秋心╮凉 2024-08-29 03:39:21

我是 BitRock 的 Daniel。我们的安装人员不需要任何平台的管理员权限(除非您明确要求),并且可以作为普通用户进行安装。如果您需要从安装程序中检查文件系统、注册表等的权限以查看可用的内容,也有代码可以执行此操作。不知道以上是否回答了你的问题。您能否提供更多有关客户端安全受限的含义的详细信息?我们对我们的支持水平感到非常自豪,如果您有任何问题或建议,我们鼓励您联系我们的支持团队,您可以亲自查看。

this is Daniel from BitRock. Our installers do not need admin privileges in any platform (unless you explicitly require them) and can install as regular users. If you need to check permissions in the filesystem, registry, etc. from within the installer to see what is available, there is code to do that as well. I am not sure if the above answered your question. Can you provide more details about what you mean with restricted security in the client side? We take great pride in our level of support, and we encourage you to contact our support team with any questions or suggestions you may have, just to see by yourself.

半世蒼涼 2024-08-29 03:39:21

您还应该查看 InstallJammer 进行比较。它比您提到的大多数开放得多,并且使您能够在安装程序中执行几乎任何操作。

You should also take a look at InstallJammer just for comparison. It's a lot more open than most of the ones you mention and gives you the ability do practically anything from within your installer.

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