We are not finding this in current documentation. Do you have 7.0.7 of the toolkit installed and if so can you tell us where this is still documented so we can remove it?


At 12:33 AM 10/14/2008, you wrote:
This came from the GW Toolkit manual for getting details from a WEPM package.
Has something changed about using Info ?

' This example creates a details object containing name, version,
' and stopprompt properties.

Set Info = SharedObjects("com.GWMicro.GWToolkit.Info").NewDetails
Set Details = Info.GetDetails("h:\Scripts\ScriptTemplate.wepm")
If Not Details Is Nothing then
speak "nothing here"
else
MsgBox Details.Name
MsgBox Details.Version
MSGBox Details.StopPrompt
End If

' Retrieving Details.Name would return the internal name of the script
' Retrieving Details.Version would return the script version number
' Retrieving Details.StopPrompt indicates whether the script
' will prompt the user to stop all running scripts before installing

--
Michael D. Lawler
Voice 260-489-3671
Fax 260-489-2608
Internet mailto:[EMAIL PROTECTED]
web http://www.gwmicro.com
ftp ftp://ftp.gwmicro.com
GW Micro, Inc.,
Development Liaison and Technical Support Supervisor

Reply via email to