I have created a simple java application and it uses some external resources (folders). How can I create an install shield that creates a folder installation (like C:\Program Files\MyApp) and copy the external resources to this destination? I'm using Eclipse.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
Why not rather create a fully self-contained Jar file with embedded resources. Put your resources in the source/package folder and use:
If you are looking for a Java install shield/wizard have a look at these open source applications:
|
|||||||||||
|

externalnotpastresources to the folder? – Matti Lyra Nov 13 '12 at 16:58