version number (General questions)

by jack moore @, (6613 days ago)

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

thanks, jack

locked

Re: version number

by wodDamir @, (6613 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

locked

Re: version number

by jack moore @, (6613 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

locked