Is it possible to import exe4j project into install4j? I have some legacy exe4j projects which I would like to import into install4j project.
Asked
Active
Viewed 92 times
1 Answers
0
Not directly, but you can do the following:
In your install4j project add a launcher (with arbitrary configuration) and open the project file in a text editor. Locate the launcher element and swap it out with the contents of your exe4j file.

Ingo Kegel
- 46,523
- 10
- 71
- 102