codebots.utilities.os_tools.install_msi#

codebots.utilities.os_tools.install_msi(file_path)[source]#

Perform a silent install of a msi package (Windows only)

Parameters:
file_pathstr

complete path (directory/name.msi) to the msi package.

Raises:
Exception

in case of an exeption, the temp_dir is automatically removed.