将基于 Windows 的安装程序扩展到其他操作系统
我已经使用 NSIS 构建了一个安装程序。现在我想通过 WINE 将其扩展到 Solaris 和 Linux。但我想知道一些事情 -
葡萄酒的味道依赖吗?我的意思是不同的 Linux 版本有不同的软件包吗?
如果我的安装程序创建了一些 SQL 或 Oracle 数据库怎么办? WINE 也支持此功能吗?
是否有任何工具可用于构建独立于平台的安装程序?
I have build an installer using NSIS. And now I want to extend it to Solaris and Linux thorugh WINE. But I wanna know few things here-
Is WINE flavour dependent? I mean are there different packages for different Linux versions?
Whats if my Installer creates some SQL or Oracle database? Will this feature be also supported by WINE?
Is there any tool which can be used to build installer which is platform independent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 InstallJammer,了解支持您所需平台的免费、开源、跨平台安装生成器。看看这是否能达到你想要的效果。 :)
Take a look at InstallJammer for a free, open source, cross-platform install builder that supports the platforms you need. See if that'll do what you want. :)
您的方法的问题在于您要求最终用户预安装 Wine。您可能最好使用多平台安装工具,例如 InstallBuilder
(免责声明,我是InstallBuilder的作者)
The problem with your approach is that then you require the end-user to have Wine pre-installed. You may be better using a multiplatform installation tool like InstallBuilder
(disclaimer, I am the author of InstallBuilder)