Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select a program from the drop-down list to view the details on that program. To add a new program to the package, click New. To delete a program from the package, select the program from the drop-down list, and then click Delete.

Item

Description

Program

Drop-down list that allows you to select the program to be associated with the selected package.

New

Creates a new program definition using the information currently listed in the Program Details section of the page.

Delete

Deletes the program definition selected in the Program drop-down list.

Name

(Required) Program name.

Description

(Optional) Program description.

Command Line

(Required) Command-line entry to run the program, including switches and parameters if applicable. The command-line entry must be in the same location as the package or along the same path as the package.

Working Directory

(Optional) Directory where files needed by the program are temporarily stored during deployment.

Success codes

(Optional) Enter the success codes for the program.
Success codes are determined by the exit code that is returned when an application ends. Applications can define their own exit codes for success and failures, but typically a zero value is used for success and a non-zero value for failure.
Multiple values can also be specified with a comma delimiter. Example: 0,3000 could be entered as success values.

Failure codes

(Optional) Enter the failure codes for the program.
Failure codes are determined by the exit code that is returned when an application ends. Applications can define their own exit codes for success and failures, but typically a zero value is used for success and a non-zero value for failure.

Estimated Disk Space

Multiple values can also be specified with a comma delimiter. Example: 1,5000 could be entered as failure values.
(Optional) Estimated disk space is an information field required by the installed program. It is used by the Application Control Agent to ensure at least one physical drive with the amount specified is available before executing the program.

Estimated Run Time

(Optional) Estimated time in minutes required to complete the deployment. This is only an information field.

Terminate After

Terminates running of the program after the specified number of minutes. If this is set to 0 or left blank, the program will automatically terminate after 360 minutes.

After Running

(Optional) Specifies the action to take after running the program.
The options are No action required, Restart computer, and Log off user.
Starting Window Specifies the status of the program window when the program is run. The options are Normal, Hidden, Minimized, and Maximized.

Run With Rights Specifies whether the program is run with the System Account, Logged in User, or Specified User account. If you select the Specified User, you must specify the user domain in the field below this one.
Program can run Specifies the conditions in which the program can run. The options are Only when a user is logged on, Whether or not a user is logged on, and Only when no user is logged on.

...