Hi!
> I would like to add a custom message to the very beginning of the app,
> something like: "Initializing the application. Please wait..." This
> Is there some way to do this? And to make things clear, the solution
> is not to add "p 'Please wait...'" to the my_program.rb file.
I propose you dirty hack which may or may not help. Simply write small
wrapper application which writes out your message and then it will run
exe file added as resource. Actually it could even first download this
big exe with app from some website and then run it so your user would
only download small app first and big later.
As stated in the beginning it is dirty hack which I didn't test but if
it works for you give some info here.
m.