Previous Topic: AddDetectedRecord--Notify Software Delivery that a Software Package Was DetectedNext Topic: AddLibDeliveryRecord--Notify Software Delivery that a Software Package Was Added to a scalability server staging library


AddInstallRecord--Notify Software Delivery that a Software Package Was Installed

This command adds a record notifying Software Delivery that a software package has been installed. If an AddInstallRecord is issued, and the Item or Item Procedure is missing in the software library, the installation record is automatically converted to a detection record with procedure Detected.

Syntax

AddInstallRecord item 
                 version 
                 procedure 
                 date | current
                 time | current
                 orderedby 
                 comment 
                 [target="targetname"]
item

Name of the software package.

version

Version of the software package.

procedure

Blank string (reserved for future use).

date

Specifies the date of the installation. You can also use the keyword current.
Format of date: YYYY-MM-DD

time

Specifies the time of the installation. You can also use the keyword current.
Format of time: HH:MM

orderedby

This parameter is optional and provides an account name, for example, DomainX\UserY.
Default: Current user running the SecureContainer command.

comment

Your own comments.

[target="targetname"]

Specifies whether the command is applicable for the computer unit (default), or any valid or existing user profile units on the same computer. You can specify any target except the following targets:

Example:

In the following example Software Delivery is notified that an installation record for software item Product X Version 1.1, using procedure Install, to be added. The current date and time are used for the installation. Ordered by lists Automatic by Job and the comment will be required by Product Y v2.0 install.

sd_acmd addinstallrecord "Product X" "1.1" "Install" current current "Automatic by Job" "Required by Product Y v2.0 install"