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_pathstrcomplete path (directory/name.msi) to the msi package. Raises: Exceptionin case of an exeption, the temp_dir is automatically removed.