GuestPoliciesRecipeUpdateStepMsiInstallation

data class GuestPoliciesRecipeUpdateStepMsiInstallation(val allowedExitCodes: List<Int>? = null, val artifactId: String, val flags: List<String>? = null)

Constructors

constructor(allowedExitCodes: List<Int>? = null, artifactId: String, flags: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedExitCodes: List<Int>? = null

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to 0

Link copied to clipboard

The id of the relevant artifact in the recipe.

Link copied to clipboard
val flags: List<String>? = null

The flags to use when installing the MSI. Defaults to the install flag.