Get dll version
Description
Returns the version of the CapaInstaller.SDK dll file.
Syntax
GetDllVersion() As String
Parameters
None
Return value
String. Returns a  string containing the version number of the CapaInstaller.SDK dll file
Example
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo "CapaInstaller.SDK Version: " & oCMS.GetDLLVersion() Â
The example above will return something like this:Â CapaInstaller.SDK Version: 4.1.3012.0