B4J Question B4J Packager - make a single exe

Didier9

Well-Known Member
Licensed User
Longtime User
Is there a way to make a single exe file that encapsulates the current exe and 4 folders created by the packager?
That would make distribution much easier.
 
Solution
The standalone packager also generated an inno setup script that you can use to create a single exe file.

aeric

Expert
Licensed User
Longtime User
The standalone packager also generated an inno setup script that you can use to create a single exe file.

 
Upvote 0
Solution

Didier9

Well-Known Member
Licensed User
Longtime User
The standalone packager also generated an inno setup script that you can use to create a single exe file.

Thank you!
 
Upvote 0
Top