SoftwareRecipeStepInstallMsiResponse

data class SoftwareRecipeStepInstallMsiResponse(val allowedExitCodes: List<Int>, val artifactId: String, val flags: List<String>)

Installs an MSI file.

Constructors

Link copied to clipboard
constructor(allowedExitCodes: List<Int>, artifactId: String, flags: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The flags to use when installing the MSI defaults to "/i" (i.e. the install flag).