/
Add package to group
Add package to group
Description
Adds a package to a group.
Syntax
AddPackageToGroup(Byval packageName as String, Byval packageVersion as String, Byval packageType as String, Byval groupName as String, Byval groupType 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)
GroupName (String)
The name of the group that the package should belong to
GroupType (String)
The type of group
- "Dynamic_ADSI"
- "Calendar"
- "Department"
- "Dynamic_SQL"
- "Reinstall"
- "Security" "Static"
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.AddPackageToGroup("Acrobat Reader","v8.0","1","Test","Static")
, multiple selections available,
Related content
Add package to group
Add package to group
More like this
Add package to group
Add package to group
More like this
Remove package from group
Remove package from group
More like this
Remove package from group
Remove package from group
More like this
Remove package from group
Remove package from group
More like this
Get package groups
Get package groups
More like this