1

Is it possible to import exe4j project into install4j? I have some legacy exe4j projects which I would like to import into install4j project.

Ram
  • 1,225
  • 2
  • 24
  • 48

1 Answers1

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