用于链接多个“包”的通用引导程序?
我已经使用 dotNetInstaller 一段时间了。它是一个很棒的通用引导程序,可以处理大多数您的引导需求。获取安装进度有点困难,但这是可以预料的(除了 Microsoft 的安装程序(Visual Studio 2005 及更高版本),我还没有看到任何安装应用程序能够从外部包报告进度)。
我们一直在编写自己的自制通用引导程序,该程序更适合我们组织的部署策略。我们使用 dNi 来引导我们自己的引导程序。 (安装.NET 和 Windows Installer 4.5)
无论如何,除了 dotNetInstaller 之外,还有其他通用引导程序的候选者吗?我们研究了BURN,我认为这是朝着正确方向迈出的一步,但仍处于起步阶段。
旁注:微软引导程序有点不错!我仔细研究了他们的 XML 文件,并找到了如何设计通用引导程序的灵感。你们知道微软用的是什么引导程序吗?特别是对于 Visual Studio 2005、2008 和 2010 安装程序。
I've been playing around with dotNetInstaller for some time now. It's a great general-purpose bootstrapper that can handle most of your bootstrapping needs. It's a little dodgy on getting install progress but that is to be expected(Aside from Microsoft's installers (Visual Studio 2005 and up), I have not seen any setup application that was able to report progress from an external packages).
We've been writing our own home-brew general purpose bootstrapper that is more customized to our organization's deployment strategy. We've used dNi to bootstrap our own bootstrapper. (Install .NET and Windows Installer 4.5)
Anyway, aside from dotNetInstaller, are there any other candidates for a general-purpose bootstrapper? We've looked into BURN and I think it's a step into the right direction but it is still in its infancy.
Side note: Microsoft bootstrappers are kinda nice! I've sniffed around their XML files and found inspiration on how to design a general-purpose bootstrapper. Do you guys know what bootstrapper Microsoft is using? Particularly for the Visual Studio 2005, 2008 and 2010 installers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 Indigo Rose 的 MSI Factory 附带的引导程序。 MSI Factory 的许可证价格约为 500 美元,与内部编写和测试某些内容的成本相比,这相当便宜。 (我们只是为了引导程序购买了许可证并独立使用它,MSI Factory 本身相当丑陋)
We use the bootstrapper that ships with MSI Factory from Indigo Rose. A license for MSI Factory is around $500, which is pretty cheap compared to the cost of writing and testing something in-house. (We purchased the license just for the bootstrapper and use it standalone, MSI Factory itself is pretty ugly)