Reputation: 53
I make a java application I want to make the setup file save in the USB. Firstly the installation process will check is JDK or JRE is installed or not and then proceed further installations. Is there any tool or anything way please guide me.
Upvotes: 0
Views: 585
Reputation: 487
You can create a standalone installer with Self-Contained Application Packaging.
According to the documentation you can create packaged application in one or more of the following deployment modes:
Upvotes: 1