Get dll version
Description
Section titled “Description”Returns the version of the CapaInstaller.SDK dll file.
Syntax
Section titled “Syntax”GetDllVersion() As String
Parameters
Section titled “Parameters”None
Return value
Section titled “Return value”String. Returns a string containing the version number of the CapaInstaller.SDK dll file
Example
Section titled “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