将基于 Windows 的安装程序扩展到其他操作系统

发布于 2024-08-25 08:33:11 字数 246 浏览 4 评论 0原文

我已经使用 NSIS 构建了一个安装程序。现在我想通过 WINE 将其扩展到 Solaris 和 Linux。但我想知道一些事情 -

  1. 葡萄酒的味道依赖吗?我的意思是不同的 Linux 版本有不同的软件包吗?

  2. 如果我的安装程序创建了一些 SQL 或 Oracle 数据库怎么办? WINE 也支持此功能吗?

  3. 是否有任何工具可用于构建独立于平台的安装程序?

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-

  1. Is WINE flavour dependent? I mean are there different packages for different Linux versions?

  2. Whats if my Installer creates some SQL or Oracle database? Will this feature be also supported by WINE?

  3. Is there any tool which can be used to build installer which is platform independent?

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

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

发布评论

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

评论(2

中二柚 2024-09-01 08:33:11

查看 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. :)

帅气称霸 2024-09-01 08:33:11

您的方法的问题在于您要求最终用户预安装 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)

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