Skip to content

installation_condition_name

Jeremy Baker edited this page Apr 19, 2018 · 3 revisions

Description

The installation_condition_name key allows you to enter the Application name of the app that must be on the system in order to install the respectice SD pkg. This corresponds to the "File Name" operator.

Example Usage:

<key>installation_condition_name</key>
<string>FireFox</string>

This will add an installation condition to the uploaded package to only install on systems where "FireFox" is installed.

Required: False

Clone this wiki locally