Hmmm....
I've never used the publishing wizard, so I won't even go there, but as far
as general rules go...
Ideally if you distribute an app that requires a reference library, you
would distribute the reference in the same folder as the frontend of the
application, in the form of a dll file. Then you would, using whatever
install procedure you may have, register the dll file using regsvr32, before
the actuall application itself is run. This makes sure that the required dll
library is already installed to the windows registry before the app is
called. That's ideally... unfortunately you need vb6 or .net to create a dll.
I'm not sure how you would accomplish this for a accde file. The problem is
that the linked path of the library is stored inside your application, not
the windows registry. So when you open that app, if the library isn't in the
same place that it was when you developed, your app will have a broken
reference and all sorts of things may go wrong at that point. I'm not
positive how to make sure that when the app initially opens that you can
redirect the link to the library file, but you can take a look at the
following link to an extremely helpful article on the subject... and maybe
someone else has a better idea of how to accomplish this, because the link
explains a way to do it, but it is pretty difficult to make absolutely sure
it will work every time under all environments...
http://www.trigeminal.com/usenet/usenet026.asp
hth - hope someone else can give a better answer...
--
Jack Leach
www.tristatemachine.com
"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)