version number - WeOnlyDo Discussion board

version number (General questions)

by jack moore, Wednesday, May 30, 2007, 20:04 (6387 days ago)

How can I determine what version of HttpDLX I have installed?
Is it in Registry?

thanks, jack

Re: version number

by wodDamir, Wednesday, May 30, 2007, 20:16 (6387 days ago) @ jack moore

Hi Jack,

You can simply check the Version Property of the component.

I.e. in VB6 do this:

MsgBox component.Version

This should show a message box window containing version number.

Regards,
Damba

Re: version number

by jack moore, Wednesday, May 30, 2007, 20:39 (6387 days ago) @ wodDamir

Damba
Thanks for your reply. I'm looking for a non-program way to audit
client machines for updates and I just remembered I can find the version by looking at the wodhttp.dll version in windows/system32/.
thanks, jack