Have any DesktopX
gadget/widget/object creators solved this problem.
I have created a
compound object that contains two "custom files", a dll and an html
file.
When I launch it as
an object on my build machine everything is fine because Object.Directory refers
to my "Current Theme" directory where they get put.
Now if I build it
into a gadget (one binary) and deploy it to another test computer the files
don't seem to extract and the gadget doesn't work properly.
I selected to build
a gadget and have "Pro", documentation says :
"All the files needed by DesktopX are placed in a
temporary directory when this is run, so it is still possible to access these
via script."
Is there any way to
get these custom files to deploy with the gadget like they do with a desktopX
object? Or am I stuck with building an installer?
Thanks