"DisplayName" |
String |
Deployment task display name |
"KLTSK_RI_GROUP_TO_MOVE_HOST" |
Integer |
Group where destination hosts will be moved after deployment
finishes. Attribute absence or value of -1 means "don't move" |
"KLTSKDPL_PACKAGE_PRODUCT" |
Integer |
Id of application package to deploy (see IKlAkPackages
interface) |
"KLTSKDPL_PACKAGE_NAGENT" |
Integer |
Id of the Network Agent package to deploy (see IKlAkPackages
interface) |
"KLTSK_RI_CHECK_OS" |
Boolean |
Whether to check operating system before installing the
application package. |
"KLTSK_RI_USE_NAGENT" |
Boolean |
Whether to try deployment via the Network Agent installed on
the target host. |
"KLTSK_RI_USE_SHARE" |
Boolean |
Whether to try to use push installation. |
"UseGPO" |
Boolean |
Whether to try to use GPO. |
"KLTSK_RU_FORCE_APPS_CLOSED" |
Boolean |
If true all applications will be forced to close while
restarting the target computer. The attribute is used if computer
restart is required to complete the deployment. |
"KLTSK_RU_REBOOT_ASK_FOR_REBOOT" |
Boolean |
If true the user will be asked for restarting the target
computer. The attribute is used if computer restart is required to
complete the deployment. |
"KLTSK_RU_REBOOT_ASK_FOR_REBOOT_PERIOD" |
Integer |
Number of minutes until the target computer will be restarted.
The attribute is used if computer restart is required to complete
the deployment. |
"KLTSK_RU_REBOOT_FORCE_REBOOT_PERIOD" |
Integer |
Number of minutes until all applications will be forced to
close to restart the target computer. The attribute is used if
computer restart is required to complete the deployment. |
"KLTSK_RU_REBOOT_IMMEDIATELY" |
Boolean |
If true the target computer will be restarted immediately after
deployment completed. The attribute is used if computer restart is
required to complete the deployment. |
"KLTSK_RU_REBOOT_MESSAGE" |
String |
Message to show the user on the target computer before reboot.
The attribute is used if computer restart is required to complete
the deployment. Example: Administrator has installed a Kaspersky
Lab application on your computer. To complete the installation the
computer needs to be restarted. |
"klprts-TaskAccounts" |
IKlAkCollection
|
Array of IKlAkParams containers. Each container
contains two attributes:
- "klprts-TaskAccountUser" -- user account of type String
- "klprts-TaskAccountPassword" -- a user account password
encrypted by IKlAkTasks2.ProtectPassword
method
|