Skip to content

Microsoft Software Installer (MSI) - Process Steps

Install MSI

Install MSI

NameTypeDescriptionRequired
MSI FiletextBoxThe msi package to be installed.Yes
Logging LevelselectBoxSpecify the installation's level of logging.No
Save Log FilecheckBoxSelect to save the log file following the completion of the step. File path will be saved as output property.No
Install OptionstextAreaBoxInstall options to use during install. This should be a newline seperated list. If options are specified, they will override all previously specified arguments.No

Uninstall MSI

Uninstall MSI

NameTypeDescriptionRequired
MSI FiletextBoxThe msi package to be uninstalled.Yes
Logging LevelselectBoxSpecify the installation's level of logging.No
Save Log FilecheckBoxSelect to save the log file following the completion of the step. File path will be saved as output property.No
Uninstall OptionstextAreaBoxOptions to use during uninstall. This should be a newline seperated list. If options are specified, they will override all previously specified arguments.No

Execute msiexec

Execute MSIexec

NameTypeDescriptionRequired
Logging LevelselectBoxSpecify the installation's level of logging.No
Save Log FilecheckBoxSelect to save the log file following the completion of the step. File path will be saved as output property.No
FlagstextBoxThe flags to be passed to msiexec. e.g. /i for install or /fa for repair.Yes
Update OptionstextAreaBoxOptions to use during execute. This should be a newline seperated list. If options are specified, they will override all previously specified arguments.No