littlef00t
Contributor
Contributor

I found out that the command line arguments for my Java application could be included included in a configuration file that is read when the application is executed.

So using Toby's idea, I created a VBS script that copies an externally editable configuration file (located in my ThinApp package's bin directory) to the virtual environment when my packaged application is executed.

I am now able to build my ThinApp packaged application while maintaining the ability to configure its runtime options.

Reply
0 Kudos