We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
在 Windows 中,您可以使用高级安装程序。
Advanced Installer 是唯一内置对 Java 应用程序支持的 Windows Installer 创作工具,可将它们完全集成到 Windows 操作系统中,并使它们的外观和感觉就像本机应用程序一样。
使用高级安装程序,您可以为 Java 应用程序创建 MSI 包,并允许您的应用程序使用 Windows Installer 功能。
http://www.advancedinstaller.com/java.html
In windows you can use Advanced Installer .
Advanced Installer is the only Windows Installer authoring tool with built-in support for Java applications, integrating them fully into the Windows OS and making them look and feel just like a native application.
Using Advanced Installer you can create MSI packages for your Java applications, and allow your application to use the Windows Installer features.
http://www.advancedinstaller.com/java.html
这是一个非常模糊的问题。您想安装什么?选项包括:
没有这样的 Java API。如果您需要安装 JRE,那么您可以查看现有的部署机制,例如
.rpm
(其他存在)并声明对 JRE 的依赖关系。这样,您选择的软件包管理器将部署您的所有先决条件。This is such a vague question. What do you want to install ? Options include:
There's no such Java API. If you need to install the JRE, then you could look at an existing deployment mechanism such as
.rpm
(others exist) and declare a dependency on a JRE. That way your chosen package manager will deploy all your pre-requisites.这是一个高度专业化的主题,如果在这里看到一个满足您对知识需求的答案,我会感到非常惊讶。如果你认真对待这一点,你应该准备好自己的工作来研究概念和实施策略。
建议:
调查现有工具的用途;例如,通过阅读所有可用的用户文档。至少从高层的角度来看,他们如何实现大部分工作应该是非常明显的。
下载一个或多个开源产品的源代码并阅读代码以了解其工作原理/它们的工作原理。
开始设计和构建您自己的工具并发展您自己的实践知识。
This is a highly specialized topic, and I would be very surprised to see an answer here that satisfies your need for knowledge. If you are serious about this, you should be prepared to do your own work to research the concepts and implementation strategies.
Suggestions:
Survey what the existing tools do; e.g. by reading all of the available user documentation. It should be pretty obvious how they achieve most of the things that they do, at least from a high-level perspective.
Download the source code for one or more of the open-source products and read the code to figure out how it works / they work.
Start designing and building your own tool and develop your own practical knowledge.
也许可以从 Windows Installer MSDN 参考?
Maybe start with the Windows Installer MSDN reference?