Rebuild kit on Management Server
Description
Rebuilds CapaInstaller.kit file on Management Server. The function sets an action for the assigned Replicator to perform
Syntax
RebuildKitFileOnServer(ByVal packageName As String, ByVal packageVersion As String, ByVal packageType As String, ByVal serverName As String) As Boolean
Parameters
PackageName (String)
The name of the package.
PackageVersion (String)
The package Version.
PackageType (String)
The package type;
- 1 (Computer)Â
- 2 (User)
ServerName (String)
The management server to which the package is to be added to.
Return value
Boolean. The function returns True if successful, otherwise false.
ExampleÂ
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo oCMS.SetDefaultManagementPoint("1") wscript.echo oCMS.RebuildKitFileOnServer("Acrobat Reader","v8.0","1","Server4")
Available from
CapaInstaller 5.2, build 102