Keith
You wrote in message news:
[hidden email]...
> Hi all,
> sorry if this is a stupid question, but....
> I'm using the XML DOM package for an application I'm going to deploy.
> Now, I realize Dolphin has wrapped the functionality of msxml.dll. My
> question is about the deployment part:
> - when deploying my app, do I need to include msxml.dll? Or, can I
> assume that all windows systems (since win95, at least) will already
> have this installed? Is this dll part of the "standard" system set?
If your installation requires at least IE5 then you'll be OK. Detection of
IE5 depends on the installer, so refer to the docs for that.
Alternatively you could just list IE5 as a pre-req, rely on the fact that
older versions of IE are very rare now, and then deal with the support
calls.
Regards
Blair