flags

@JvmName(name = "uwpiwmbyvsdthokx")
suspend fun flags(value: Output<List<String>>)
@JvmName(name = "qpsnkauaaivnixed")
suspend fun flags(value: List<String>?)

Parameters

value

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


@JvmName(name = "wwbqwfxmehdabvpf")
suspend fun flags(vararg values: Output<String>)


@JvmName(name = "aukqnvuwuaugdlos")
suspend fun flags(values: List<Output<String>>)
@JvmName(name = "cekhdxhtvrigslax")
suspend fun flags(vararg values: String)

Parameters

values

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