Thanks Tracy
-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Tracy
Pearson
Sent: 13 November 2013 15:54
To: [email protected]
Subject: RE: [NF] Dynazip
Paul Newton wrote on 2013-11-13:
> Hi all
>
> I need a way to programmatically find the version of dynazip that is on a
client machine. Any ideas?
>
> Also does anybody have a PDF copy of the reference manual that they would
be prepared to send me?
>
> Many thanks
>
> Paul Newton
>
Paul,
This will pop up a dialog with the version in it.
oZip = CREATEOBJECT("dzactxctrl.dzactxctrl.1")
oZip.About()
If you need it in code, and you know where the files exist:
fso=createobject("scripting.filesystemobject")
?fso.GetFileVersion("C:\Windows\System32\dzactx.dll")
?fso.GetFileVersion("C:\Windows\System32\duzactx.dll")
They may be in the SysWOW64 folder.
HTH,
Tracy
Tracy Pearson
PowerChurch Software
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.