Perhaps my most confusing subject so far... :)

I plan to distribute a platform app within another platform app and would like 
for them to share resources, primarily the "platform" dir in order to save 
space.

At first I tried with a symlink on linux at it worked just fine but I want it 
also to work on windows.

So then I tried editing nestedapp.clusters adding ../ before platform
It just resulted in
../platform*/lib/nbexec: No such file or directory

Then I found nbexec=`echo "$progdir"/../platform*/lib/nbexec` in the launcher 
script.
I guess I perhaps could patch that, but not the exe.

Is it possible to do what I want?

/Patrik

Reply via email to