How to create an own installer using Java? I am not asking about any Java installer software. Anyone knows the logic or method please tell me. Is there any API available for these?
feedback
|
|
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. | |||||
feedback
|
|
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 | |||||
feedback
|
|
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:
| ||||
feedback
|
|
Maybe start with the Windows Installer MSDN reference? | |||
|
feedback
|