Previous Topic: AddActivateRecord--Software Package Was ActivatedNext Topic: AddDetectedRecord--Notify Software Delivery that a Software Package Was Detected


AddConfigureRecord--Software Package Was Configured

This command adds a record notifying Software Delivery that a software package has been configured. If there is no installation that the configuration record can be associated with, the result of the command is not saved.

Syntax

AddConfigureRecord item  
                   version  
                   procedure  
                   installprocedure  
                   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).

installprocedure

Name of the installation procedure used. Use a blank string to indicate any install procedure, and an asterisk (*) to indicate every installation made, using any install procedure.

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:

Software Delivery is notified that a configuration record for software item Product X, Version 1.1, procedure Configure1, with install procedure Install, to be added. The current date and time are used for the installation. Ordered by lists Automatic by Job and the comment Uses Configure1 for Product X 1.1:

sd_acmd addconfigurerecord "Product X" "1.1" "Configure1" "Install" current current "Automatic by Job" "Using Configure1 for Product X 1.1"