Your solution of making UserApplication a prerequisite seems like a good
workaround. The other choice is to somehow defer Runtime Packager's
checking until later. But that's trickier.
At 05:06 AM 2009-09-24, VAM wrote:
I use UserApplication subsystem
has my implementation of #main method.
Runtime image was prepared with RuntimePackager.
RuntimePackagerOptions have shutdown on close last window and
haven't
startup class.
And I run runtime image, it closed - it not open MyApp from
UserApplication>>main.
RuntimeManager>>startupApplication run faster and
UserApllication>>main not
executed, becouse #main called in forked process.
I solved problem implemented
RuntimeApplicationStartupoSystem>>prerequisiteSystems
^Array with: UserApplication.